From d21572de8cebd3b2f910487f9b010cc33b053ff1 Mon Sep 17 00:00:00 2001 From: armando-migliaccio Date: Tue, 15 Jul 2014 09:38:25 -0700 Subject: [PATCH] Shamelessly removing commented print line This is not supposed to be there. Change-Id: I52c17ea8e6ecb0beb2511e03ffbd8c36dd7c1d66 --- neutron/tests/unit/_test_extension_portbindings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/neutron/tests/unit/_test_extension_portbindings.py b/neutron/tests/unit/_test_extension_portbindings.py index 3ca81b73c82..36f6d52b195 100644 --- a/neutron/tests/unit/_test_extension_portbindings.py +++ b/neutron/tests/unit/_test_extension_portbindings.py @@ -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()