Remove debug cruft introduced by [15751]. See #12891

git-svn-id: https://develop.svn.wordpress.org/trunk@15752 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
scribu 2010-10-07 21:50:32 +00:00
parent f4ed3e239c
commit ccbf85c82d
1 changed files with 0 additions and 2 deletions

View File

@ -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') ) {