From: Gabriel Wicke Date: Thu, 8 Apr 2004 11:07:27 +0000 (+0000) Subject: removed debugging statements X-Git-Tag: 1.3.0beta1~558 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=084b03b4a009c3cf8742435baf4d7be3d6a948da;p=lhc%2Fweb%2Fwiklou.git removed debugging statements --- diff --git a/includes/SpecialPreferences.php b/includes/SpecialPreferences.php index c353cb7758..1e9976cbe6 100644 --- a/includes/SpecialPreferences.php +++ b/includes/SpecialPreferences.php @@ -172,9 +172,6 @@ class PreferencesForm { array_push( $wgDeferredUpdateList, $up ); $wgOut->setParserOptions( ParserOptions::newFromUser( $wgUser ) ); $po = ParserOptions::newFromUser( $wgUser ); - print get_class( $wgUser->getSkin() ) . "
\n"; - print get_class( $po->mSkin ) . "
\n"; - print get_class( $wgOut->mParserOptions->mSkin ) . "
\n"; $this->mainPrefsForm( wfMsg( "savedprefs" ) ); }