diff --git a/lib/Resmon/Config.pm b/lib/Resmon/Config.pm
index 9798da9b01d9fc5cafc57748acd0fb92b53ea9a2..cf35af7de6d4e1dd46bb1ac14f5d3a3f4ed483cf 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*$/) {