From bf50f4eb43a64fce6c36d1974b3d3368bde1b3de Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Thu, 4 Aug 2011 12:13:01 +0000 Subject: [PATCH] Fix embarassing debugging code left in in r93744 --- includes/Import.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/Import.php b/includes/Import.php index 7fcdf0564f..9fb79e28e5 100644 --- a/includes/Import.php +++ b/includes/Import.php @@ -1074,7 +1074,6 @@ class WikiRevision { if ( $changed !== false && !$this->mNoUpdates ) { wfDebug( __METHOD__ . ": running updates\n" ); - throw new MWException("BROKEN: calling doEditUpdates()"); $article->doEditUpdates( $revision, $userObj, array( 'created' => $created, 'oldcountable' => $oldcountable ) ); } -- 2.20.1