From 364b9b0ffb99a8e2b9c124206b7372072cd6a55c Mon Sep 17 00:00:00 2001 From: nacin Date: Fri, 19 Feb 2010 14:12:12 +0000 Subject: [PATCH] Remove debug cruft. Fixes #12230 git-svn-id: http://svn.automattic.com/wordpress/trunk@13223 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/file.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-admin/includes/file.php b/wp-admin/includes/file.php index 69cbf9c22a..8bb03e4171 100644 --- a/wp-admin/includes/file.php +++ b/wp-admin/includes/file.php @@ -536,7 +536,6 @@ function unzip_file($file, $to) { if ( 'incompatible_archive' != $result->get_error_code() ) return $result; } - echo "fall through to pcl"; } // Fall through to PclZip if ZipArchive is not available, or encountered an error opening the file. return _unzip_file_pclzip($file, $to, $needed_dirs);