MagicWord: Remove some commented-out code

Change-Id: I62014cd09b4033be0c958da2527911368fff141a
This commit is contained in:
MatmaRex 2013-07-01 00:55:41 +02:00
parent a98cef2118
commit eb542c80c6

View file

@ -310,10 +310,9 @@ class MagicWord {
$this->mId = $id;
$wgContLang->getMagic( $this );
if ( !$this->mSynonyms ) {
$this->mSynonyms = array( 'dkjsagfjsgashfajsh' );
$this->mSynonyms = array( 'brionmademeputthishere' );
wfProfileOut( __METHOD__ );
throw new MWException( "Error: invalid magic word '$id'" );
#wfDebugLog( 'exception', "Error: invalid magic word '$id'\n" );
}
wfProfileOut( __METHOD__ );
}