Per Platonides, fix for r79430: removed debugging code
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 1 Jan 2011 21:57:32 +0000 (21:57 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 1 Jan 2011 21:57:32 +0000 (21:57 +0000)
includes/ViewCountUpdate.php

index 8dc8fa0..c81ae83 100644 (file)
@@ -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
+}