Remove shutdown message which spoils log format

This commit is contained in:
Joe Nelson
2015-12-07 23:34:34 -08:00
parent 3bc1ad0133
commit 969a95b29b
-1
View File
@@ -74,7 +74,6 @@ main = do
tid <- myThreadId
void $ installHandler keyboardSignal (Catch $ do
putStrLn "\nReleasing connection pool..."
H.releasePool pool
throwTo tid UserInterrupt
) Nothing