Skip to content

Commit 13125ed

Browse files
author
Sheng Lundquist
authored
Don't log to rollbar on periodic checks (#1665)
1 parent 6c2e504 commit 13125ed

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

scripts/invariant_checks.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,10 +330,7 @@ async def main(argv: Sequence[str] | None = None) -> None:
330330
f"Running periodic invariant checks for block {check_block} "
331331
f"on pools {[pool.name for pool in deployed_pools]}"
332332
)
333-
334333
logging.info(log_str)
335-
if parsed_args.rollbar_verbose:
336-
log_rollbar_message(log_str, logging.INFO)
337334

338335
await async_runner(partials)
339336

0 commit comments

Comments
 (0)