Shamelessly removing commented print line
This is not supposed to be there. Change-Id: I52c17ea8e6ecb0beb2511e03ffbd8c36dd7c1d66
This commit is contained in:
parent
2d4b75b420
commit
d21572de8c
@ -111,7 +111,6 @@ class PortBindingsTestCase(test_db_plugin.NeutronDbPluginV2TestCase):
|
||||
def _test_update_port_binding_profile(self, profile):
|
||||
profile_arg = {portbindings.PROFILE: profile}
|
||||
with self.port() as port:
|
||||
# print "(1) %s" % port
|
||||
self._check_port_binding_profile(port['port'])
|
||||
port_id = port['port']['id']
|
||||
ctx = context.get_admin_context()
|
||||
|
Loading…
Reference in New Issue
Block a user