From f824d3efd5ffec76c03e345d248a876d92f86ca2 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Sat, 1 May 2004 00:44:11 +0000 Subject: [PATCH] No trace is being used. git-svn-id: http://svn.automattic.com/wordpress/trunk@1218 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/wp-db.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/wp-includes/wp-db.php b/wp-includes/wp-db.php index 75fb1f5619..fabc63d745 100644 --- a/wp-includes/wp-db.php +++ b/wp-includes/wp-db.php @@ -159,9 +159,6 @@ class wpdb { $return_val = $this->num_rows; } - // If debug ALL queries - $this->trace || $this->debug_all ? $this->debug() : null ; - return $return_val; }