From 9e52c9e99877ed8e1cc3a623e68947c4de8e7fa2 Mon Sep 17 00:00:00 2001 From: Mark Harrison <mark@omniti.com> Date: Thu, 15 May 2008 20:21:08 +0000 Subject: [PATCH] Removing a debugging line that shouldn't be there git-svn-id: https://labs.omniti.com/resmon/trunk@91 8c0face9-b7db-6ec6-c4b3-d5f7145c7d55 --- lib/Resmon/Config.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Resmon/Config.pm b/lib/Resmon/Config.pm index 9798da9..cf35af7 100755 --- a/lib/Resmon/Config.pm +++ b/lib/Resmon/Config.pm @@ -34,8 +34,6 @@ sub new { # the module didn't load properly (e.g. syntax error). eval { $object->config_as_hash; }; die "Problem loading module $current" if $@; - } else { - print STDERR "moo"; } } elsif (/^\s*\}\s*$/) { -- GitLab