Skip to content

Commit

Permalink
remove putStrLn
Browse files Browse the repository at this point in the history
  • Loading branch information
softmechanics committed Mar 14, 2011
1 parent 44b5d84 commit 6cfc88a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Network/Wai/Handler/Warp.hs
Expand Up @@ -151,7 +151,6 @@ serveConnections' set app socket = do
tm <- T.initialize $ settingsTimeout set * 1000000
forever $ do
(conn, sa) <- accept socket
putStrLn "Accepted a connection"
_ <- forkIO $ do
th <- T.registerKillThread tm
serveConnection th onE port app conn sa
Expand Down

0 comments on commit 6cfc88a

Please sign in to comment.