From 506fe0b9f9a04e4fc1a44cdc2c21456387481829 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Tue, 16 Oct 2012 22:24:03 +0200 Subject: [PATCH] Remove stray error_log statement. --- ajax/loghandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ajax/loghandler.php b/ajax/loghandler.php index 2da668f5..dc1bf275 100644 --- a/ajax/loghandler.php +++ b/ajax/loghandler.php @@ -34,7 +34,7 @@ function debug($msg, $tracelevel=0, $debuglevel=OCP\Util::DEBUG) } else { $call = debug_backtrace(false); } - error_log('trace: '.print_r($call, true)); + $call = $call[$tracelevel]; if($debuglevel !== false) { OCP\Util::writeLog('contacts',