From bbf04d560516aeaff4899aa89fdf03aed5a80379 Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Sun, 26 Apr 2020 11:47:48 +0100 Subject: [PATCH] remove redundant CMD debugging --- perl/DXCommandmode.pm | 3 --- 1 file changed, 3 deletions(-) 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 ($@) { -- 2.34.1