We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b38b4c2 commit 2503902Copy full SHA for 2503902
1 file changed
src/Main.hs
@@ -34,7 +34,6 @@ eventLoop b prevCPUTime botState = do
34
35
logicEntry :: BotState -> IO ()
36
logicEntry botState = do
37
- print $ fmap tcChannel $ configTwitch $ bsConfig botState
38
currCPUTime <- getTime Monotonic
39
handleInEvent bot' Started botState >>= eventLoop bot' currCPUTime
40
where
0 commit comments