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';