Skip to content

Commit 2503902

Browse files
committed
Delete rogue print command
1 parent b38b4c2 commit 2503902

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Main.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ eventLoop b prevCPUTime botState = do
3434

3535
logicEntry :: BotState -> IO ()
3636
logicEntry botState = do
37-
print $ fmap tcChannel $ configTwitch $ bsConfig botState
3837
currCPUTime <- getTime Monotonic
3938
handleInEvent bot' Started botState >>= eventLoop bot' currCPUTime
4039
where

0 commit comments

Comments
 (0)