Changeset 483

Show
Ignore:
Timestamp:
02/01/07 15:44:38 (6 years ago)
Author:
max
Message:

Remove debugging statements

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • grabbers/rex

    r482 r483  
    932932  $stop = udate_to_epoch($stop); 
    933933 
    934   print "Gap check: $start to $stop vs:\n"; 
    935934  foreach my $gap (@{$gaps->{$ch}}) 
    936935  { 
    937936      if ($gap =~ /(\d+)-(\d+)/) 
    938937      { 
    939           print " - $1 - $2\n"; 
    940938          return 0 if ($stop > $1 and $start < $2); 
    941939      }