diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-07-28 19:06:48 -0700 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-07-28 19:06:48 -0700 |
| commit | 1e8a7f2846ce0a3fb3d9e31fc7d4dbf27d54fac2 (patch) | |
| tree | eb570cd0d80ae121c9e44df63fcaf29cf5c9de28 | |
| parent | 969ba5028d8b07cece4b4c940ce02f661cecbb71 (diff) | |
| download | nova-1e8a7f2846ce0a3fb3d9e31fc7d4dbf27d54fac2.tar.gz nova-1e8a7f2846ce0a3fb3d9e31fc7d4dbf27d54fac2.tar.xz nova-1e8a7f2846ce0a3fb3d9e31fc7d4dbf27d54fac2.zip | |
remove extra log statement
| -rw-r--r-- | nova/compute/api.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/compute/api.py b/nova/compute/api.py index 51c5ae155..8f7b3c3ef 100644 --- a/nova/compute/api.py +++ b/nova/compute/api.py @@ -689,7 +689,6 @@ class API(base.Base): raise instances = None elif project_id or not context.is_admin: - LOG.info(context.project_id) if not context.project_id: instances = self.db.instance_get_all_by_user( context, context.user_id) |
