From 8557b8cd3f23cf492c956e66a851150249bf568b Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich <jow@openwrt.org>
Date: Fri, 12 Dec 2014 12:37:51 +0000
Subject: scripts/config: remove debug statement

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 43655
---
 scripts/config/zconf.lex.c_shipped | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/config/zconf.lex.c_shipped b/scripts/config/zconf.lex.c_shipped
index c938b2fae6..d604b820c2 100644
--- a/scripts/config/zconf.lex.c_shipped
+++ b/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);
 		}
-- 
cgit v1.2.3