From: Florian Forster Date: Tue, 19 Aug 2008 14:54:10 +0000 (+0200) Subject: contrib/collection3: Remove an annoying debug message. X-Git-Tag: collectd-4.4.3~9 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=da111db2cdcee585415f1508dc412833c9f74ccc;p=collectd.git contrib/collection3: Remove an annoying debug message. --- diff --git a/contrib/collection3/lib/Collectd/Graph/Type/Load.pm b/contrib/collection3/lib/Collectd/Graph/Type/Load.pm index f13665e8..b6ca4a68 100644 --- a/contrib/collection3/lib/Collectd/Graph/Type/Load.pm +++ b/contrib/collection3/lib/Collectd/Graph/Type/Load.pm @@ -18,8 +18,6 @@ sub new $obj->{'rrd_format'} = '%.2lf'; $obj->{'colors'} = [qw(00ff00 0000ff ff0000)]; - print STDERR "Hi, this is Collectd::Graph::Type::Load::new\n"; - return (bless ($obj, $pkg)); } # new