adjust startup descriptions a bit
[spider.git] / perl / Spot.pm
index 1dbd96f088bad8c9f84cb138c05c4a55f485a7fb..c492d918ab98a5a6941d3fb5a3c6451327a73223 100644 (file)
@@ -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);