Remove debug statement.
authorAmitai Schlair <schmonz@magnetic-babysitter.(none)>
Sun, 30 Aug 2009 05:45:09 +0000 (01:45 -0400)
committerAmitai Schlair <schmonz@magnetic-babysitter.(none)>
Sun, 30 Aug 2009 05:45:09 +0000 (01:45 -0400)
IkiWiki/Plugin/cvs.pm

index c1b40bda1099957b5c343d05bcec37fefb75d57b..66e9463be562a515b1c7665adb97e6bf6245d75b 100644 (file)
@@ -108,8 +108,6 @@ sub cvs_runcvs(@) {
 
        chdir $config{srcdir} || error("Cannot chdir to $config{srcdir}: $!");
 
-       debug("runcvs: " . join(" ", @$cmd));
-
        my ($success, $error_code, $full_buf, $stdout_buf, $stderr_buf) =
                IPC::Cmd::run(command => $cmd, verbose => 0);
        if (! $success) {