X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=perl%2FSpot.pm;h=c492d918ab98a5a6941d3fb5a3c6451327a73223;hb=433209e1efed23493f25f1357d9c003696c1fb59;hp=1dbd96f088bad8c9f84cb138c05c4a55f485a7fb;hpb=766014807e2521cc60a219c6eda5b49d13ffc70f;p=spider.git diff --git a/perl/Spot.pm b/perl/Spot.pm index 1dbd96f0..c492d918 100644 --- a/perl/Spot.pm +++ b/perl/Spot.pm @@ -193,7 +193,6 @@ sub init if ($spotcachedays > 0) { my $t0 = [gettimeofday]; $spotcachedays = 2 if $spotcachedays < 2; - dbg "Spot::init - reading in $spotcachedays days of spots into cache"; for (my $i = 0; $i < $spotcachedays; ++$i) { my $now = $today->sub($i); my $fh = $fp->open($now);