Skip to content
Snippets Groups Projects
Commit cf162f10 authored by Jens Nolte's avatar Jens Nolte
Browse files

Remove unused trace

parent 697e1c89
No related branches found
No related tags found
No related merge requests found
......@@ -465,9 +465,7 @@ getMessageAction
-> Get (ProtocolAction s m ())
getMessageAction objects object@(Object _ objectHandler) (oId, opcode, body) = do
message <- getDown object opcode
pure do
--traceM $ "<- " <> showObjectMessage object message
handleMessage objectHandler object message
pure $ handleMessage objectHandler object message
type ProtocolAction s m a = StateT (ProtocolState s m) m a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment