Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
xsebek committed Sep 9, 2024
1 parent 5a4665e commit 21f5401
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/swarm-tui/Swarm/TUI/Model/StateUpdate.hs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ initPersistentState opts@(AppOpts {..}) = do
}
let showMainMenu = not (skipMenu opts)
ui <- initUIState UIInitOptions {..}
-- \$ speed (not (skipMenu opts)) debugOptions
ks <- initKeyHandlingState
return (rs, ui, ks)
let initRS' = addWarnings initRS (F.toList warnings)
Expand Down

0 comments on commit 21f5401

Please sign in to comment.