Got rid of a debug-output statement.
[rsync/rsync.git] / 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;
 }