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

Commit 3a351d4

Browse files
committed
Removing extra logging
1 parent 8ad33eb commit 3a351d4

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/CodePushNativeModule.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ private boolean isReactApplication(Context context) {
8080
}
8181

8282
private void loadBundleLegacy(final Activity currentActivity) {
83-
CodePushUtils.log("Legacy restart logic being used");
84-
8583
mCodePush.invalidateCurrentInstance();
8684

8785
currentActivity.runOnUiThread(new Runnable() {

0 commit comments

Comments
 (0)