From: Alexandre Emsenhuber Date: Sat, 1 Jan 2011 21:57:32 +0000 (+0000) Subject: Per Platonides, fix for r79430: removed debugging code X-Git-Tag: 1.31.0-rc.0~32916 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=c728684046e12d6edab9fd4da8072f054ef3d817;p=lhc%2Fweb%2Fwiklou.git Per Platonides, fix for r79430: removed debugging code --- 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 +}