Skip to content

Commit

Permalink
Remove debugging messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ezemtsov committed Jun 25, 2019
1 parent 89aaeeb commit d513611
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Game.hs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ gameLogic :: Client -> I.Message -> GameAction
gameLogic client msg state = case msg of
I.Get d -> case d of
I.History -> do
print "history requested"
sendHistory client state
I.Delete d -> case d of
I.History -> cleanHistory state
Expand Down

0 comments on commit d513611

Please sign in to comment.