scripts/config: remove debug statement
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 12 Dec 2014 12:37:51 +0000 (12:37 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 12 Dec 2014 12:37:51 +0000 (12:37 +0000)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43655 3c298f89-4303-0410-b956-a3cf2f4a3e73

scripts/config/zconf.lex.c_shipped

index c938b2f..d604b82 100644 (file)
@@ -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);
                }