Skip to content

Commit

Permalink
Removed debugging cruft.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 12, 2007
1 parent 373d905 commit 5ec3d86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions IcculusNews_daemon.pl
Expand Up @@ -461,7 +461,6 @@ sub update_queue_rights {

sub pubdate {
my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = @_;
print("year: $year\n");
return POSIX::strftime("%a, %e %b %Y %H:%M:%S %z", $sec, $min, $hour,
$mday, $mon, $year, $wday, $yday, $isdst);
}
Expand All @@ -475,7 +474,6 @@ sub sqlpubdate {
my $hour = $4 - 0;
my $min = $5 - 0;
my $sec = $6 - 0;
print("sql year: $year\n");
return pubdate($sec, $min, $hour, $mday, $mon, $year, 0, 0, 0);
}
return '???';
Expand Down

0 comments on commit 5ec3d86

Please sign in to comment.