Code

Merge branch 'collectd-4.6' into collectd-4.7
[collectd.git] / contrib / collection3 / lib / Collectd / Graph / Type / Load.pm
index f13665e882365b520ad5264a8fc970ee384ae05d..b6ca4a68052981f8ffe9b3f903e766eb1a4dd244 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