Skip to content

Commit 7375ff1

Browse files
committed
Cleanup debug statement
1 parent da13e20 commit 7375ff1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/lib/classes/cron.d/500-clean_mailboxes.inc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ private function purge_soft_deleted_maildir() {
126126
foreach($matched_dirs as $dir) {
127127
if (is_dir($dir)) {
128128
$mtime = filemtime($dir);
129-
echo "$mtime < " . strtotime("-$delay_days days") ;
130129
if ($mtime < strtotime("-$delay_days days")) {
131130
// do remove
132131
$app->system->exec_safe('rm -rf ?', $dir);

0 commit comments

Comments
 (0)