contrib/collection3: Remove an annoying debug message.
authorFlorian Forster <octo@noris.net>
Tue, 19 Aug 2008 14:54:10 +0000 (16:54 +0200)
committerFlorian Forster <octo@noris.net>
Tue, 19 Aug 2008 14:54:10 +0000 (16:54 +0200)
contrib/collection3/lib/Collectd/Graph/Type/Load.pm

index f13665e..b6ca4a6 100644 (file)
@@ -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