mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-02-06 01:08:16 +01:00
Remove stray error_log statement.
This commit is contained in:
parent
df74b0f862
commit
506fe0b9f9
@ -34,7 +34,7 @@ function debug($msg, $tracelevel=0, $debuglevel=OCP\Util::DEBUG)
|
|||||||
} else {
|
} else {
|
||||||
$call = debug_backtrace(false);
|
$call = debug_backtrace(false);
|
||||||
}
|
}
|
||||||
error_log('trace: '.print_r($call, true));
|
|
||||||
$call = $call[$tracelevel];
|
$call = $call[$tracelevel];
|
||||||
if($debuglevel !== false) {
|
if($debuglevel !== false) {
|
||||||
OCP\Util::writeLog('contacts',
|
OCP\Util::writeLog('contacts',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user