removing print_r *hides
authorAntoine Musso <hashar@users.mediawiki.org>
Fri, 11 Jun 2004 21:14:51 +0000 (21:14 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Fri, 11 Jun 2004 21:14:51 +0000 (21:14 +0000)
index.php

index 662cc07..3eb2572 100644 (file)
--- a/index.php
+++ b/index.php
@@ -168,5 +168,4 @@ $wgOut->output();
 foreach ( $wgDeferredUpdateList as $up ) { $up->doUpdate(); }
 logProfilingData();
 wfDebug( "Request ended normally\n" );
-print_r($GLOBALS);
 ?>