From 36fb54df677f2db28b1e8ea098d5d492ad872896 Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Sat, 6 Mar 2021 10:22:39 +0000 Subject: [PATCH] remove active debugging from mds --- cmd/mrtg.pl | 2 +- cmd/show/wm7d.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}}); } -- 2.34.1