diff --git a/src/Zenith/CLI.hs b/src/Zenith/CLI.hs index c57cd10..dfe58a0 100644 --- a/src/Zenith/CLI.hs +++ b/src/Zenith/CLI.hs @@ -196,8 +196,6 @@ data State = State , _abForm :: !(Form AdrBookEntry () Name) , _abCurAdrs :: !T.Text , _abTxt :: !T.Text - , _showConfirm :: Bool - , _confirmResult :: Maybe Bool } makeLenses ''State @@ -1340,8 +1338,6 @@ runZenithCLI config = do (mkNewABForm (AdrBookEntry "" "")) " " "" - False - Nothing Left e -> print $ "No Zebra node available on port " <> show port <> ". Check your configuration."