Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
SpoilerRules committed Sep 28, 2024
1 parent 1bd3328 commit 93ec40a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ fun WindowHeaderView(allowNavigation: Boolean) {
verticalAlignment = Alignment.CenterVertically,
modifier = Modifier.padding(start = 10.dp, top = 10.dp, end = 10.dp),
) {
println(currentScreen)
if (allowNavigation && !isBackupRestoreInProgress) {
when (currentScreen) {
is Screen.FileBackupScreen -> {
Expand Down

0 comments on commit 93ec40a

Please sign in to comment.