From 7ec1b62a429bdc84df5c74b0f402ccd17971b38b Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Sun, 5 Sep 2004 20:06:01 +0000 Subject: [PATCH] Remove left over debug output. git-svn-id: https://develop.svn.wordpress.org/trunk@1611 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/classes.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-includes/classes.php b/wp-includes/classes.php index 6b4e1654aa..fc2402d1d0 100644 --- a/wp-includes/classes.php +++ b/wp-includes/classes.php @@ -532,7 +532,6 @@ class WP_Query { } } - echo "where: $where
"; $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";