From: Brion Vibber Date: Thu, 11 Jan 2007 23:36:05 +0000 (+0000) Subject: remove intrusive debugging line added in r19111 X-Git-Tag: 1.31.0-rc.0~54493 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=c817e9826b3dc14e5ffced163074cf9e8ebebaa2;p=lhc%2Fweb%2Fwiklou.git remove intrusive debugging line added in r19111 --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 085d5f210d..de2ccc5081 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -886,8 +886,6 @@ class OutputPage { global $wgUser, $wgReadOnlyFile, $wgReadOnly, $wgTitle; $skin = $wgUser->getSkin(); - error_log("readOnlyPage( '$source', '$protected')\n"); - $this->setRobotpolicy( 'noindex,nofollow' ); $this->setArticleRelated( false );