From: Niklas Laxström Date: Sun, 10 Aug 2008 11:59:55 +0000 (+0000) Subject: * Removed accidentally committed debugging X-Git-Tag: 1.31.0-rc.0~45970 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=025b036f99f7317269756bdf7bbcd99f84bacdc0;p=lhc%2Fweb%2Fwiklou.git * Removed accidentally committed debugging --- diff --git a/includes/Title.php b/includes/Title.php index 0abe7183cf..9cdcb44a0d 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -1340,8 +1340,6 @@ class Title { return false; } - wfDebug( wfBacktrace() ); - // Cache to avoid multiple database queries for the same title if ( isset($this->mProtections) ) { return $this->mProtections;