From 02c3255824f5fbf9ecd9e987457d300ac3282843 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Sat, 1 May 2004 00:44:11 +0000 Subject: [PATCH] No trace is being used. git-svn-id: https://develop.svn.wordpress.org/trunk@1218 602fd350-edb4-49c9-b593-d223f7449a82 --- 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; }