Skip to content

Commit 063a481

Browse files
committed
remove useless logic
1 parent 390289a commit 063a481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/NetworkConnection.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Onyx.connect({
8484
Log.info(
8585
`[NetworkStatus] The force-offline mode was turned off. Getting the device network status from NetInfo. Network state: ${JSON.stringify(
8686
state,
87-
)}. Setting the offline status to: ${!!isInternetReachable}.`,
87+
)}. Setting the offline status to: ${isInternetReachable}.`,
8888
);
8989
});
9090
}

0 commit comments

Comments
 (0)