From a07285c7fccb9a46e8ed6b8e13fcd2a586c81ec1 Mon Sep 17 00:00:00 2001 From: Tissevert Date: Mon, 18 Nov 2019 17:06:33 +0100 Subject: [PATCH] Remove deprecated comment --- src/App.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.hs b/src/App.hs index 2f2e1a7..128ad3a 100644 --- a/src/App.hs +++ b/src/App.hs @@ -36,7 +36,6 @@ debug message = show <$> asks sessionID >>= lift . putStrLn . (++ ' ':message) -{- Not using the previous to minimize the duration mServer gets locked -} exec :: (Server.T -> IO (Server.T, a)) -> T a exec f = do Context {mServer} <- ask