Skip to content

Commit

Permalink
fix(validator): remove trace from logger
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkeil committed Sep 29, 2023
1 parent f0c66f4 commit 92cca53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/validator/src/util/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export function getLoggerVc(logger: Logger, clock: IClock): LoggerVc {
info: logger.info.bind(logger),
verbose: logger.verbose.bind(logger),
debug: logger.debug.bind(logger),
trace: logger.trace.bind(logger),

/**
* Throttle "node is syncing" errors to not pollute the console too much.
Expand Down

0 comments on commit 92cca53

Please sign in to comment.