diff --git a/src/Bot.hs b/src/Bot.hs index ec72204..4d485e5 100644 --- a/src/Bot.hs +++ b/src/Bot.hs @@ -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), ()))