Removed print statement used while debugging.

This commit is contained in:
mike cullerton 2021-05-03 14:52:01 -04:00
parent c8446bfafd
commit 576f3a661d
1 changed files with 0 additions and 2 deletions

View File

@ -72,5 +72,3 @@ class TestProtocolBuilder(BaseTest):
self.assertEqual('IRB Event 1', response[0]["IRBEVENT"])
self.assertEqual('IRB Event 2', response[1]["IRBEVENT"])
self.assertEqual('IRB Event 3', response[2]["IRBEVENT"])
print('test_get_irb_info')