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

git-svn-id: http://svn.automattic.com/wordpress/trunk@15752 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
scribu 2010-10-07 21:50:32 +00:00
parent f5276df854
commit b64336e0cd
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') ) {