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

Commit b743d07

Browse files
committed
fix 0.32 compat
1 parent 2a78ed5 commit b743d07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ private void loadBundle() {
147147
bundleLoaderField.setAccessible(true);
148148
bundleLoaderField.set(instanceManager, latestJSBundleLoader);
149149
} catch (Exception e) {
150-
e.printStackTrace();
151150
// RN <= v0.30
152151
Field jsBundleField = instanceManager.getClass().getDeclaredField("mJSBundleFile");
153152
jsBundleField.setAccessible(true);

0 commit comments

Comments
 (0)