Upgrader: Remove debug cruft.

See #36618.

git-svn-id: https://develop.svn.wordpress.org/trunk@37413 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2016-05-10 18:31:29 +00:00
parent 0f47b70106
commit c9570340dd
1 changed files with 0 additions and 1 deletions

View File

@ -271,7 +271,6 @@ class WP_Upgrader {
$this->skin->feedback('downloading_package', $package);
$package = '';
$download_file = download_url($package);
if ( is_wp_error($download_file) )