* Removed accidentally committed debugging
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 10 Aug 2008 11:59:55 +0000 (11:59 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 10 Aug 2008 11:59:55 +0000 (11:59 +0000)
includes/Title.php

index 0abe718..9cdcb44 100644 (file)
@@ -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;