Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Oct 4, 2023
1 parent e91bb14 commit 0d597e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/logs/test_rp_log_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ def test_emit_custom_level(mocked_handle):
log_handler.emit(record)
assert mock_client.log.call_count == 1
call_args, call_kwargs = mock_client.log.call_args
print("\n" + str(call_args) + "," + str(call_kwargs))
assert call_kwargs['level'] == 'WARN'


Expand Down

0 comments on commit 0d597e9

Please sign in to comment.