From b21ec2cbd53670adf02754e0357a291998bc8ffc 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: http://svn.automattic.com/wordpress/trunk@16506 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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';