Skip to content

Commit c441d88

Browse files
committed
remove old debug code
1 parent 22224b3 commit c441d88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/lib/classes/cron.inc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ public function getNextRun($vDate) {
244244
}
245245

246246
$ts = mktime($iHour, $iMinute, 0, $iMonth, $iDay, $iYear);
247-
//print strftime('%d.%m.%Y (%A) %H:%M', $ts) . "\n";
248247
//var_dump($iCurMinute, $iCurHour, $iCurDay, $iCurMonth, $iCurWDay, '--', $iNextMinute, $iNextHour, $iNextDay, $iNextMonth, $iNextWDay);
249248
if(ISPConfigDateTime::last_day($iMonth, $iYear) >= $iDay && in_array($app->functions->intval(date('w', $ts)), $this->_aValidValues['weekday'], true) === true) {
250249
$bValid = true;

0 commit comments

Comments
 (0)