Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 1185d11

Browse files
committed
remove printlns
1 parent fddfcb2 commit 1185d11

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

android/app/src/main/java/com/microsoft/codepush/react/CodePushPackage.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ public void downloadPackage(Context applicationContext, ReadableMap updatePackag
216216
}
217217

218218
if (isZip) {
219-
System.err.println("THIS IS A ZIP!");
220219
String unzippedFolderPath = getUnzippedFolderPath();
221220
CodePushUtils.unzipFile(downloadFile, unzippedFolderPath);
222221
CodePushUtils.deleteFileSilently(downloadFile);
@@ -253,7 +252,6 @@ public void downloadPackage(Context applicationContext, ReadableMap updatePackag
253252
updatePackage = CodePushUtils.convertJsonObjectToWriteable(updatePackageJSON);
254253
}
255254
} else {
256-
System.err.println("THIS IS NOT A ZIP!");
257255
// File is not a zip.
258256
File updateBundleFile = new File(newPackageFolderPath, UPDATE_BUNDLE_FILE_NAME);
259257
downloadFile.renameTo(updateBundleFile);

0 commit comments

Comments
 (0)