removed tracing printout
authorMr. E23 <e23@users.mediawiki.org>
Thu, 11 Dec 2003 22:14:03 +0000 (22:14 +0000)
committerMr. E23 <e23@users.mediawiki.org>
Thu, 11 Dec 2003 22:14:03 +0000 (22:14 +0000)
includes/GlobalFunctions.php

index 5bb1f7d..0239a43 100644 (file)
@@ -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 );
        }
 }