From 21159b7f936d964ac814e350a2494af9a39d7c1d Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Fri, 30 Oct 2009 13:31:21 +0000 Subject: [PATCH] Follow-up to r58322: removed debugging code --- includes/search/SearchSqlite.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/search/SearchSqlite.php b/includes/search/SearchSqlite.php index c49eb2628b..31981dc21d 100644 --- a/includes/search/SearchSqlite.php +++ b/includes/search/SearchSqlite.php @@ -48,7 +48,6 @@ class SearchSqlite extends SearchEngine { $res = $this->db->selectField( 'updatelog', 'ul_key', array( 'ul_key' => 'fts3' ), __METHOD__ ); self::$fulltextSupported = $res && $this->db->numRows( $res ) > 0; } - wfDebug( "*************************************************************" . self::$fulltextSupported . "****************\n" ); return self::$fulltextSupported; } -- 2.20.1