We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a6d9d commit 12896f5Copy full SHA for 12896f5
src/Internal/Contract/Monad.purs
@@ -331,9 +331,6 @@ getLedgerConstants params = case _ of
331
-> BlockfrostServiceM a
332
withErrorOnLeft = (=<<) (lmap (show >>> error) >>> liftEither)
333
334
- logger :: Logger
335
- logger = mkLogger params.logLevel params.customLogger
336
-
337
-- TODO: Should we respect `suppressLogs` here?
338
blockfrostLogger :: Message -> Aff Unit
339
blockfrostLogger = fromMaybe logWithLevel params.customLogger params.logLevel
0 commit comments