Quellcode durchsuchen

scripts/config: remove debug statement

Signed-off-by: Jo-Philipp Wich <[email protected]>

SVN-Revision: 43655
Jo-Philipp Wich vor 11 Jahren
Ursprung
Commit
8557b8cd3f
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      scripts/config/zconf.lex.c_shipped

+ 0 - 1
scripts/config/zconf.lex.c_shipped

@@ -2413,7 +2413,6 @@ void zconf_nextfile(const char *name)
 		p = strdup(current_file->name);
 		if (p) {
 			snprintf(path, sizeof(path), "%s/%s", dirname(p), name);
-			fprintf(stderr, "TRY:%s\n", path);
 			err = glob(path, GLOB_ERR | GLOB_MARK, NULL, &gl);
 			free(p);
 		}