scripts/config: remove debug statement
[openwrt.git] / 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);
                }