Remove leftover debug comments and logs

Change-Id: I8952478368908951911c9c54b1475fc3b4a8e9fd
This commit is contained in:
asarfaty 2020-08-26 08:13:11 +02:00 committed by Adit Sarfaty
parent f186fc2990
commit dc92818cd8
1 changed files with 0 additions and 1 deletions

View File

@ -135,7 +135,6 @@ class TestAllowedAddressPairsNSXp(test_p_plugin.NsxPPluginTestCaseMixin,
arg_list=(addr_apidef.ADDRESS_PAIRS,),
allowed_address_pairs=address_pairs)
port = self.deserialize(self.fmt, res)
print("DEBUG ADIT port %s" % port)
address_pairs[0]['mac_address'] = port['port']['mac_address']
self.assertEqual(port['port'][addr_apidef.ADDRESS_PAIRS],
address_pairs)