From: Dirk Koopman Date: Sun, 26 Apr 2020 10:47:48 +0000 (+0100) Subject: remove redundant CMD debugging X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=bbf04d560516aeaff4899aa89fdf03aed5a80379 remove redundant CMD debugging --- diff --git a/perl/DXCommandmode.pm b/perl/DXCommandmode.pm index d75d3a16..5d16f93d 100644 --- a/perl/DXCommandmode.pm +++ b/perl/DXCommandmode.pm @@ -544,9 +544,6 @@ sub run_cmd if ($package && $self->can("${package}::handle")) { no strict 'refs'; dbg("cmd: package $package") if isdbg('command'); - if (isdbg('progress')) { - my $s = "CMD: '$cmd' by $call ip $self->{hostname}"; - } my $t0 = [gettimeofday]; eval { @ans = &{"${package}::handle"}($self, $args) }; if ($@) {