Skip to content

Commit 86f2148

Browse files
committed
remove debug line
1 parent 8543fd1 commit 86f2148

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/plugins-available/cron_plugin.inc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ function _write_crontab() {
273273
$app->log("PHP CLI binary not set for the website\'s selected PHP version or Default was selected. Fall back to \"/usr/bin/php\" for cronjob id " . $job['id'], LOGLEVEL_DEBUG);
274274
if($job['type'] == 'chrooted') {
275275
if(!file_exists($this->parent_domain['document_root'] . $web_php_cli)) {
276-
echo $this->parent_domain['document_root'] . $web_php_cli."\n\n\n\n";
277276
$app->log("The PHP cli binary " . $web_php_cli . " is not available in the jail of the web " . $web_domain . " / cronjob_id: " . $job['id'] . ". Check your Jailkit setup!", LOGLEVEL_DEBUG);
278277
}
279278
}

0 commit comments

Comments
 (0)