Shamelessly removing commented print line

This is not supposed to be there.

Change-Id: I52c17ea8e6ecb0beb2511e03ffbd8c36dd7c1d66
This commit is contained in:
armando-migliaccio 2014-07-15 09:38:25 -07:00
parent 2d4b75b420
commit d21572de8c
1 changed files with 0 additions and 1 deletions

View File

@ -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()