Remove left over debug output.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1611 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren 2004-09-05 20:06:01 +00:00
parent d97d4b74d7
commit 5b059e2e9e
1 changed files with 0 additions and 1 deletions

View File

@ -532,7 +532,6 @@ class WP_Query {
}
}
echo "where: $where <br />";
$where = apply_filters('posts_where', $where);
$where .= " GROUP BY $wpdb->posts.ID";
$request = " SELECT $distinct * FROM $wpdb->posts $join WHERE 1=1".$where." ORDER BY post_" . $q['orderby'] . " $limits";