Got rid of debug-output statement.
authorWayne Davison <wayned@samba.org>
Sat, 27 Mar 2004 19:42:13 +0000 (19:42 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 27 Mar 2004 19:42:13 +0000 (19:42 +0000)
options.c

index d5303c8..6deafd0 100644 (file)
--- a/options.c
+++ b/options.c
@@ -682,7 +682,6 @@ int parse_arguments(int *argc, const char ***argv, int frommain)
                        tmpdir = alloc_sanitize_path(tmpdir, curr_dir);
                if (compare_dest)
                        compare_dest = alloc_sanitize_path(compare_dest, curr_dir);
-               fprintf(stderr, "compare_dest=`%s'\n", compare_dest);
                if (backup_dir)
                        backup_dir = alloc_sanitize_path(backup_dir, curr_dir);
                if (files_from)