Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dixonary/hove-letter
Browse files Browse the repository at this point in the history
  • Loading branch information
dixonary committed May 27, 2019
2 parents ed48379 + db4dde9 commit ac733b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/UI.hs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ drawUI Game{..} = return $
, padLeft (Pad 4)
$ vBox
$ map (str . show) (take (length _players) _turns)
-- $ map (str.show) deck
, padTop (Pad 1)
$ hBorder
, padAll 1 $ padLeft (Pad 3) $ str $ "Cards remaining in deck: " ++ show (length _deck)
Expand Down

0 comments on commit ac733b5

Please sign in to comment.