diff options
| author | Tushar Patil <tushar.vitthal.patil@gmail.com> | 2011-09-01 14:32:48 -0700 |
|---|---|---|
| committer | Tushar Patil <tushar.vitthal.patil@gmail.com> | 2011-09-01 14:32:48 -0700 |
| commit | 2d2d9a5f5caed27d9ade06b2dbc56b793b7e5d3b (patch) | |
| tree | 4131a505f7db13ab588c2f97b73f1defd286c4d0 | |
| parent | d55dedbcceeab883c22eda19879221edb7a9d7e0 (diff) | |
Deleted debug messages
| -rw-r--r-- | nova/tests/api/openstack/contrib/test_createserverext.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nova/tests/api/openstack/contrib/test_createserverext.py b/nova/tests/api/openstack/contrib/test_createserverext.py index d6600d054..ba8fb925e 100644 --- a/nova/tests/api/openstack/contrib/test_createserverext.py +++ b/nova/tests/api/openstack/contrib/test_createserverext.py @@ -32,8 +32,6 @@ import nova.api.openstack from nova.tests.api.openstack import fakes -from nova import log as logging -LOG = logging.getLogger("api.nova.openstack.etere") FLAGS = flags.FLAGS FLAGS.verbose = True @@ -388,7 +386,6 @@ class CreateserverextTest(test.TestCase): body_dict = self._create_security_group_request_dict(security_groups) request = self._get_create_request_json(body_dict) response = request.get_response(fakes.wsgi_app()) - LOG.debug(response) self.assertEquals(response.status_int, 202) def test_get_server_by_id_verify_security_groups_json(self): |
