From c728684046e12d6edab9fd4da8072f054ef3d817 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 1 Jan 2011 21:57:32 +0000 Subject: [PATCH] Per Platonides, fix for r79430: removed debugging code --- includes/ViewCountUpdate.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/includes/ViewCountUpdate.php b/includes/ViewCountUpdate.php index 8dc8fa00c9..c81ae83114 100644 --- a/includes/ViewCountUpdate.php +++ b/includes/ViewCountUpdate.php @@ -107,7 +107,5 @@ class ViewCountUpdate { ignore_user_abort( $old_user_abort ); wfProfileOut( __METHOD__ . '-collect' ); - throw new MWException( 'test' ); } - -} \ No newline at end of file +} -- 2.20.1