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:
parent
0f47b70106
commit
c9570340dd
|
@ -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) )
|
||||
|
|
Loading…
Reference in New Issue