From 3e8a8c96cf7c1d9e865ca321fb3e5f11085dd06c Mon Sep 17 00:00:00 2001 From: scribu Date: Sat, 20 Nov 2010 13:48:24 +0000 Subject: [PATCH] Remove debug cruft from [16505]. See #12891 git-svn-id: https://develop.svn.wordpress.org/trunk@16506 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 d63d156223..756e5e5c52 100644 --- a/wp-includes/query.php +++ b/wp-includes/query.php @@ -1950,8 +1950,6 @@ class WP_Query { $join .= $clauses['join']; $where .= $clauses['where']; -debug($this->is_tax, $post_type); - if ( $this->is_tax ) { if ( empty($post_type) ) { $post_type = 'any';