From 634e1234287ab32c8cb492c6c92a9cdd9adaa709 Mon Sep 17 00:00:00 2001
From: Mark Harrison <mark@omniti.com>
Date: Fri, 13 Jun 2008 14:47:45 +0000
Subject: [PATCH] Fixing a debugging print line that wasn't commented out

git-svn-id: https://labs.omniti.com/resmon/trunk@123 8c0face9-b7db-6ec6-c4b3-d5f7145c7d55
---
 lib/Resmon/Module/DHCPLEASES.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Resmon/Module/DHCPLEASES.pm b/lib/Resmon/Module/DHCPLEASES.pm
index a23ee10..aceaffd 100755
--- a/lib/Resmon/Module/DHCPLEASES.pm
+++ b/lib/Resmon/Module/DHCPLEASES.pm
@@ -32,7 +32,7 @@ sub handler {
       }elsif (/^}/) {
         if (($starts le $date ) && ($ends ge $date)){
           $actives =+1;
-          print STDERR "ACTIVE!}", $_;
+          ## print STDERR "ACTIVE!}", $_;
         }else{
           ## print STDERR "not active}", $_;
           ## print STDERR "because today:($date)\n";
-- 
GitLab