From: Peter Palfrader Date: Thu, 6 Aug 2015 07:26:00 +0000 (+0200) Subject: dsa-check-soas: remove debug output X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=1958ea34ab7185bdf02aa33ea2970489e8c23bb4;p=mirror%2Fdsa-nagios.git dsa-check-soas: remove debug output --- diff --git a/dsa-nagios-checks/checks/dsa-check-soas b/dsa-nagios-checks/checks/dsa-check-soas index 80f4924..8d88915 100755 --- a/dsa-nagios-checks/checks/dsa-check-soas +++ b/dsa-nagios-checks/checks/dsa-check-soas @@ -98,7 +98,6 @@ class DSADNS < Resolv::DNS begin @config.resolv(name) {|candidate, tout, nameserver, port| msg = Message.new -puts @rd msg.rd = @rd msg.add_question(candidate, typeclass) unless sender = senders[[candidate, nameserver, port]]