Removed debugging echo

git-svn-id: http://svn.automattic.com/wordpress/trunk@827 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
emc3 2004-02-03 16:05:59 +00:00
parent aeb8266341
commit c26ac54929
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ if ($preview) {
}
// error_log("$request");
echo $request;
// echo $request;
$posts = $wpdb->get_results($request);
// No point in doing all this work if we didn't match any posts.