Skip to content
Snippets Groups Projects
Commit 9e52c9e9 authored by Mark Harrison's avatar Mark Harrison
Browse files

Removing a debugging line that shouldn't be there

git-svn-id: https://labs.omniti.com/resmon/trunk@91 8c0face9-b7db-6ec6-c4b3-d5f7145c7d55
parent 015f655a
No related branches found
No related tags found
No related merge requests found
......@@ -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*$/) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment