1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-20 23:58:27 +02:00

scripts/config: remove debug statement

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

SVN-Revision: 43655
This commit is contained in:
Jo-Philipp Wich 2014-12-12 12:37:51 +00:00
parent 3d640eccc1
commit 8557b8cd3f

View 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);
}