From: Jo-Philipp Wich Date: Fri, 12 Dec 2014 12:37:51 +0000 (+0000) Subject: scripts/config: remove debug statement X-Git-Tag: v15.05~2352 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=bdcde56bdbfc6276a06ea716b59ca50fba301716;p=openwrt-github%2F.git scripts/config: remove debug statement Signed-off-by: Jo-Philipp Wich git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43655 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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); }