Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ducks committed Jan 5, 2022
1 parent 813c40f commit ed91b3c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ def test_diff_fmt():
logger.info(log_message, extra={"table": "a_very_nice_table"})
a = logger_io_stream.getvalue()

print("hi")

# ensure it matches the required pattern
regex = re.compile(
r"^\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2} \| "
Expand Down

0 comments on commit ed91b3c

Please sign in to comment.