Skip to content

Commit

Permalink
Remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
elefantel committed Jul 18, 2024
1 parent 78c8bf6 commit 480ddde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/java/com/metamask/dapp/Setup.kt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ fun Setup(ethereumViewModel: EthereumFlowViewModel, screenViewModel: ScreenViewM
LaunchedEffect(ethereumState.selectedAddress) {
if (ethereumState.selectedAddress.isNotEmpty()) {
screenViewModel.setScreen(ACTIONS)
DefaultLogger.log("Mpendulo:: Eth state changed ${ethereumState.selectedAddress}")
}
}

Expand Down

0 comments on commit 480ddde

Please sign in to comment.