Got rid of a debug-output statement.
authorWayne Davison <wayned@samba.org>
Tue, 27 Apr 2004 16:41:33 +0000 (16:41 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 27 Apr 2004 16:41:33 +0000 (16:41 +0000)
util.c

diff --git a/util.c b/util.c
index 34df88e..327dd91 100644 (file)
--- 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;
 }