From: Mr. E23 Date: Thu, 11 Dec 2003 22:14:03 +0000 (+0000) Subject: removed tracing printout X-Git-Tag: 1.3.0beta1~1257 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=4f8b5eaaa5a2f8ca544e32d159bdd3759b9e6521;p=lhc%2Fweb%2Fwiklou.git removed tracing printout --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 5bb1f7da59..0239a43946 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -178,7 +178,7 @@ function logProfilingData() $log = sprintf( "%s\t%04.3f\t%s\n", gmdate( "YmdHis" ), $elapsed, urldecode( $_SERVER['REQUEST_URI'] . $forward ) ); - error_log( "TJOHEJ". $log . $prof, 3, $wgDebugLogFile ); + error_log( $log . $prof, 3, $wgDebugLogFile ); } }