From: Tim Starling Date: Wed, 19 Mar 2008 03:10:31 +0000 (+0000) Subject: Fixed debugging code left in (since r24477) X-Git-Tag: 1.31.0-rc.0~48996 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=77d06247e1cd9c4d48d22a7d1c56cc81d947e698;p=lhc%2Fweb%2Fwiklou.git Fixed debugging code left in (since r24477) --- diff --git a/includes/SpecialPreferences.php b/includes/SpecialPreferences.php index ca163a6a14..00d26e90b3 100644 --- a/includes/SpecialPreferences.php +++ b/includes/SpecialPreferences.php @@ -343,7 +343,6 @@ class PreferencesForm { $msg = ''; if ( !wfRunHooks( 'SavePreferences', array( $this, $wgUser, &$msg ) ) ) { - print "(($msg))"; $this->mainPrefsForm( 'error', $msg ); return; }