Remove debug

git-svn-id: http://svn.automattic.com/wordpress/trunk@9165 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-10-14 16:37:08 +00:00
parent aceef65ba0
commit 19120448af
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ function download_url( $url ) {
unlink($tmpfname);
return new WP_Error('http_404', trim($response['response']['message']));
}
var_dump($response);
fwrite($handle, $response['body']);
fclose($handle);