Eliminate some debug output

This commit is contained in:
Jeff Teunissen 2001-05-06 03:16:37 +00:00
parent 35edd0cb35
commit e4970a01f2
1 changed files with 0 additions and 1 deletions

View File

@ -195,7 +195,6 @@
function monthlyNews ($month, $year)
{
// Do sanity checking on dates
echo $year;
if ($year < 2000) {
$year = date ('Y', time ());
}