Remove debug statement.

master
Amitai Schlair 2009-08-30 01:45:09 -04:00
parent 2d1ff30e13
commit 968c6c93b4
1 changed files with 0 additions and 2 deletions

View 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) {