From: Wayne Davison Date: Tue, 27 Apr 2004 16:41:33 +0000 (+0000) Subject: Got rid of a debug-output statement. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/b084f9e092159b03c955312b0c90fe95eb490b2f Got rid of a debug-output statement. --- 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; }