From: Roan Kattouw Date: Thu, 4 Aug 2011 12:13:01 +0000 (+0000) Subject: Fix embarassing debugging code left in in r93744 X-Git-Tag: 1.31.0-rc.0~28446 X-Git-Url: http://git.cyclocoop.org//%22javascript:ModifierStyle%28%27%22.%24id.%22%27%29/%22?a=commitdiff_plain;h=bf50f4eb43a64fce6c36d1974b3d3368bde1b3de;p=lhc%2Fweb%2Fwiklou.git Fix embarassing debugging code left in in r93744 --- 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 ) ); }