diff --git a/src/PostgREST/Main.hs b/src/PostgREST/Main.hs index c0d2368f5..6636d632b 100644 --- a/src/PostgREST/Main.hs +++ b/src/PostgREST/Main.hs @@ -74,7 +74,6 @@ main = do tid <- myThreadId void $ installHandler keyboardSignal (Catch $ do - putStrLn "\nReleasing connection pool..." H.releasePool pool throwTo tid UserInterrupt ) Nothing