diff --git a/android/app/src/main/java/com/microsoft/codepush/react/CodePushPackage.java b/android/app/src/main/java/com/microsoft/codepush/react/CodePushPackage.java index 3c9ebd7..1b94483 100644 --- a/android/app/src/main/java/com/microsoft/codepush/react/CodePushPackage.java +++ b/android/app/src/main/java/com/microsoft/codepush/react/CodePushPackage.java @@ -216,7 +216,6 @@ public class CodePushPackage { } if (isZip) { - System.err.println("THIS IS A ZIP!"); String unzippedFolderPath = getUnzippedFolderPath(); CodePushUtils.unzipFile(downloadFile, unzippedFolderPath); CodePushUtils.deleteFileSilently(downloadFile); @@ -253,7 +252,6 @@ public class CodePushPackage { updatePackage = CodePushUtils.convertJsonObjectToWriteable(updatePackageJSON); } } else { - System.err.println("THIS IS NOT A ZIP!"); // File is not a zip. File updateBundleFile = new File(newPackageFolderPath, UPDATE_BUNDLE_FILE_NAME); downloadFile.renameTo(updateBundleFile);