From 725e9f9851d1a0972b9cd87c61e13ca3cd810d6f Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 15 Oct 2020 11:03:18 +0900 Subject: [PATCH] Remove more unused code --- configfile-scan.l | 1 - 1 file changed, 1 deletion(-) diff --git a/configfile-scan.l b/configfile-scan.l index d697b8c5..3d157b29 100644 --- a/configfile-scan.l +++ b/configfile-scan.l @@ -208,7 +208,6 @@ ProcessConfigFp(FILE *fp, const char *config_file, const char *calling_file, int goto cleanup; } - //printf("ProcessConfigFp(): base: '%s' file: '%s'; calling: '%s'\n", base_dir, config_file, calling_file); /* * Parse */