From 025b036f99f7317269756bdf7bbcd99f84bacdc0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sun, 10 Aug 2008 11:59:55 +0000 Subject: [PATCH] * Removed accidentally committed debugging --- includes/Title.php | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.20.1