Removed debugging echo

git-svn-id: https://develop.svn.wordpress.org/trunk@827 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dougal Campbell 2004-02-03 16:05:59 +00:00
parent 0037ea35ec
commit db0df60fbd
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.