Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusbfs committed Feb 5, 2025
1 parent 14a6d9d commit 12896f5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Internal/Contract/Monad.purs
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,6 @@ getLedgerConstants params = case _ of
-> BlockfrostServiceM a
withErrorOnLeft = (=<<) (lmap (show >>> error) >>> liftEither)

logger :: Logger
logger = mkLogger params.logLevel params.customLogger

-- TODO: Should we respect `suppressLogs` here?
blockfrostLogger :: Message -> Aff Unit
blockfrostLogger = fromMaybe logWithLevel params.customLogger params.logLevel
Expand Down

0 comments on commit 12896f5

Please sign in to comment.