adjust startup descriptions a bit
[spider.git] / perl / Geomag.pm
index f8a1ec720c0d820f9c82ee1e3eee9635098b57e2..1a56305c45a551043bac6d40953bc813d00f0e6d 100644 (file)
@@ -65,7 +65,6 @@ sub init
        do "$param" if -e "$param";
        # read in existing data
        my $t0 = [gettimeofday];
-       dbg(sprintf "WWV read in upto %d records into cache", $maxcache);       
        @cache = readfile($main::systime);
        shift @cache while @cache > $maxcache;  
        dbg(sprintf "WWV read in last %d records into cache in %dmS", scalar @cache, _diffms($t0));