From: Dirk Koopman Date: Sat, 6 Mar 2021 10:22:39 +0000 (+0000) Subject: remove active debugging from mds X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=36fb54df677f2db28b1e8ea098d5d492ad872896 remove active debugging from mds --- diff --git a/cmd/mrtg.pl b/cmd/mrtg.pl index ce1d1020..f60e0665 100644 --- a/cmd/mrtg.pl +++ b/cmd/mrtg.pl @@ -33,7 +33,7 @@ sub handle { my ($self, $line) = @_; - $DB::single = 1; +# $DB::single = 1; # create the arg list my %want; diff --git a/cmd/show/wm7d.pl b/cmd/show/wm7d.pl index 5df379a3..0aa7e991 100644 --- a/cmd/show/wm7d.pl +++ b/cmd/show/wm7d.pl @@ -45,7 +45,7 @@ sub on_disc { my $conn = shift; my $dxchan = shift; - $DB::single = 1; +# $DB::single = 1; $dxchan->send(map {"$conn->{prefix}$_"} @{$conn->{_wm7d}}); }