Skip to content

Commit 12896f5

Browse files
committed
Fix warning
1 parent 14a6d9d commit 12896f5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Internal/Contract/Monad.purs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,6 @@ getLedgerConstants params = case _ of
331331
-> BlockfrostServiceM a
332332
withErrorOnLeft = (=<<) (lmap (show >>> error) >>> liftEither)
333333

334-
logger :: Logger
335-
logger = mkLogger params.logLevel params.customLogger
336-
337334
-- TODO: Should we respect `suppressLogs` here?
338335
blockfrostLogger :: Message -> Aff Unit
339336
blockfrostLogger = fromMaybe logWithLevel params.customLogger params.logLevel

0 commit comments

Comments
 (0)