Removed print statements from test files

This commit is contained in:
Robert Tingirica
2014-09-07 21:36:07 +03:00
parent b59a89e5e5
commit 1f3f29785d
5 changed files with 0 additions and 6 deletions

View File

@@ -78,7 +78,6 @@ class DHCPUtilsTests(unittest.TestCase):
(100, None), (4, None)]
response = dhcp._parse_dhcp_reply(data=fake_data, id_req=9999)
print mock_unpack.mock_calls
if message_type != 2:
self.assertEqual(response, (False, {}))