Skip to content
Snippets Groups Projects
Commit 8557b8cd authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

scripts/config: remove debug statement


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

SVN-Revision: 43655
parent 3d640ecc
No related branches found
No related tags found
No related merge requests found
...@@ -2413,7 +2413,6 @@ void zconf_nextfile(const char *name) ...@@ -2413,7 +2413,6 @@ void zconf_nextfile(const char *name)
p = strdup(current_file->name); p = strdup(current_file->name);
if (p) { if (p) {
snprintf(path, sizeof(path), "%s/%s", dirname(p), name); snprintf(path, sizeof(path), "%s/%s", dirname(p), name);
fprintf(stderr, "TRY:%s\n", path);
err = glob(path, GLOB_ERR | GLOB_MARK, NULL, &gl); err = glob(path, GLOB_ERR | GLOB_MARK, NULL, &gl);
free(p); free(p);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment