summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util.c b/util.c
index 34df88e3..327dd91d 100644
--- a/util.c
+++ b/util.c
@@ -805,7 +805,6 @@ char *alloc_sanitize_path(const char *path, const char *rootdir)
rlen--;
buf[rlen] = '\0';
}
- fprintf(stderr, "p:`%s'\n", buf);
return buf;
}