Remove left over debug output.

git-svn-id: https://develop.svn.wordpress.org/trunk@1611 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2004-09-05 20:06:01 +00:00
parent 24fd61e7fc
commit 7ec1b62a42

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