From ccbf85c82d5ea912ae6c3e0ebd14fa5b3c97a363 Mon Sep 17 00:00:00 2001 From: scribu Date: Thu, 7 Oct 2010 21:50:32 +0000 Subject: [PATCH] Remove debug cruft introduced by [15751]. See #12891 git-svn-id: https://develop.svn.wordpress.org/trunk@15752 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/query.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/wp-includes/query.php b/wp-includes/query.php index 85c015f883..98d9962111 100644 --- a/wp-includes/query.php +++ b/wp-includes/query.php @@ -1291,8 +1291,6 @@ class WP_Query extends WP_Object_Query { $this->parse_tax_query( $qv ); -debug($this->tax_query); - $this->parse_meta_query( $qv ); if ( empty($qv['author']) || ($qv['author'] == '0') ) {