mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
disable permanent debugLog in StatMessage
This commit is contained in:
parent
7963175a4a
commit
6fe6b4b797
@ -1189,7 +1189,7 @@ return array(); // temporary disabling meeting requests from calendar
|
|||||||
'flags' => 1,
|
'flags' => 1,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
debugLog (__METHOD__."('$folderid',".array2string(is_array($id) ? $id['id'] : $id).") returning ".array2string($stat));
|
//debugLog (__METHOD__."('$folderid',".array2string(is_array($id) ? $id['id'] : $id).") returning ".array2string($stat));
|
||||||
|
|
||||||
return $stat;
|
return $stat;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user