Remove deprecated comment
This commit is contained in:
parent
25bcf0631c
commit
a07285c7fc
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ debug message =
|
||||||
show <$> asks sessionID
|
show <$> asks sessionID
|
||||||
>>= lift . putStrLn . (++ ' ':message)
|
>>= lift . putStrLn . (++ ' ':message)
|
||||||
|
|
||||||
{- Not using the previous to minimize the duration mServer gets locked -}
|
|
||||||
exec :: (Server.T -> IO (Server.T, a)) -> T a
|
exec :: (Server.T -> IO (Server.T, a)) -> T a
|
||||||
exec f = do
|
exec f = do
|
||||||
Context {mServer} <- ask
|
Context {mServer} <- ask
|
||||||
|
|
Loading…
Reference in a new issue