Merge "Shamelessly removing commented print line"

This commit is contained in:
Jenkins 2014-07-17 00:39:17 +00:00 committed by Gerrit Code Review
commit a1736689e1
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()