diff options
| author | Jason Kölker <jason@koelker.net> | 2011-06-07 15:40:24 -0500 |
|---|---|---|
| committer | Jason Kölker <jason@koelker.net> | 2011-06-07 15:40:24 -0500 |
| commit | 02f9b1c0f9265a644fabcd5d0c5c6071fc65390f (patch) | |
| tree | e60bdb377a599cc3890cd7dd39c4e2f92edeecfb | |
| parent | 544d92d19ff074a7585e9d8a8ab8bfc3bc63dacf (diff) | |
remove the debuging lines
| -rw-r--r-- | nova/network/manager.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/network/manager.py b/nova/network/manager.py index 87c8e063f..9fe676645 100644 --- a/nova/network/manager.py +++ b/nova/network/manager.py @@ -229,8 +229,6 @@ class FloatingIP(object): # call the next inherited class's deallocate_for_instance() # which is currently the NetworkManager version # call this after so floating IPs are handled first - LOG.debug('*'*20) - LOG.debug('%s' % super(FloatingIP, self).deallocate_for_instance) super(FloatingIP, self).deallocate_for_instance(context, **kwargs) def allocate_floating_ip(self, context, project_id): |
