From cd43f3b122b7eec049b3dc9449bc49b0d833e81a Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Fri, 11 Jun 2004 21:14:51 +0000 Subject: [PATCH] removing print_r *hides --- index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/index.php b/index.php index 662cc078ac..3eb25720a6 100644 --- 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); ?> -- 2.20.1