Remove debug cruft from [16543]. See #14590

git-svn-id: https://develop.svn.wordpress.org/trunk@16544 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
scribu 2010-11-23 00:49:23 +00:00
parent 86da62e436
commit 156dc90ffe
1 changed files with 1 additions and 1 deletions

View File

@ -2686,7 +2686,7 @@ class WP_Query {
$this->queried_object_id = (int) $this->get('author');
$this->queried_object = get_userdata( $this->queried_object_id );
}
debug($this->is_attachment, $this->is_page, $this->is_single);
return $this->queried_object;
}