Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit 7c57353

Browse files
committed
Cleaned up comments in Main.hs
1 parent 1e92986 commit 7c57353

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Main.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ ppException a = catch a ehandler
5050
where
5151
ehandler e = maybe (throw e) (*> exitFailure)
5252
(pSqlError <$> fromException e)
53-
-- <|> (pOtherError <$> fromException e)
5453
bsToString = T.unpack . T.decodeUtf8
5554
pSqlError e = mapM_ putStrLn
5655
[ "SqlError:"

0 commit comments

Comments
 (0)