scripts/config: remove debug statement
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 12 Dec 2014 12:37:51 +0000 (12:37 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 12 Dec 2014 12:37:51 +0000 (12:37 +0000)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43655

scripts/config/zconf.lex.c_shipped

index c938b2fae6966b34530e8b1a3cbe00c1b0a46ace..d604b820c25bf780e9214cbc9bf943d3d5f41527 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);
                }