mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 20:31:31 +02:00
disabling permanent error_log in favor of $debug attribute
This commit is contained in:
parent
ee62522651
commit
a137e13ea4
@ -472,7 +472,7 @@ class Asyncservice
|
|||||||
{
|
{
|
||||||
if ($job['data']['keep_time'] <= time())
|
if ($job['data']['keep_time'] <= time())
|
||||||
{
|
{
|
||||||
error_log(__METHOD__."() finally deleting job ".array2string($job));
|
if ($this->debug) error_log(__METHOD__."() finally deleting job ".array2string($job));
|
||||||
$this->delete($job['id']);
|
$this->delete($job['id']);
|
||||||
}
|
}
|
||||||
// fix somehow created async-job with a next time before the keep time, eg. not updated alarm trigger time in the past
|
// fix somehow created async-job with a next time before the keep time, eg. not updated alarm trigger time in the past
|
||||||
|
Loading…
x
Reference in New Issue
Block a user