From 4f8b5eaaa5a2f8ca544e32d159bdd3759b9e6521 Mon Sep 17 00:00:00 2001 From: "Mr. E23" Date: Thu, 11 Dec 2003 22:14:03 +0000 Subject: [PATCH] removed tracing printout --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } } -- 2.20.1