Browse Source

Removed tick logging

master
Denis Tereshkin 7 years ago
parent
commit
339ecb66a6
  1. 2
      src/Bot.hs

2
src/Bot.hs

@ -77,7 +77,7 @@ startBot conf = do @@ -77,7 +77,7 @@ startBot conf = do
forever $ do
tick <- BC.readChan tickChan
when (datatype tick == LastTradePrice) $ do
debugM "ATradeBot.QS" $ "Incoming tick: " ++ show tick
--debugM "ATradeBot.QS" $ "Incoming tick: " ++ show tick
atomicModifyIORef' ref (\s -> ((M.insert (security tick) tick s), ()))

Loading…
Cancel
Save