remove redundant CMD debugging
authorDirk Koopman <djk@tobit.co.uk>
Sun, 26 Apr 2020 10:47:48 +0000 (11:47 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Sun, 26 Apr 2020 10:47:48 +0000 (11:47 +0100)
perl/DXCommandmode.pm

index d75d3a165b0f9d418584e35337196556a4cc8b1b..5d16f93d58594e0a467cf6933f662098e8ca5471 100644 (file)
@@ -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 ($@) {