mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-03-26 21:43:02 +00:00
Remove debug statement leftover
Change-Id: I0d3d749b2f5b3474028c83c582c4fd7d1f07687d
This commit is contained in:
committed by
Rafael Castillo
parent
8563e2327c
commit
d47cf4333c
@@ -227,7 +227,6 @@ class ComputeFlavorModule(OpenStackModule):
|
|||||||
'is_public']
|
'is_public']
|
||||||
for k in fields:
|
for k in fields:
|
||||||
if self.params[k] is not None and self.params[k] != flavor[k]:
|
if self.params[k] is not None and self.params[k] != flavor[k]:
|
||||||
self.debug['diff'] = (k, self.params[k], flavor[k])
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def _build_flavor_specs_diff(self, extra_specs, old_extra_specs):
|
def _build_flavor_specs_diff(self, extra_specs, old_extra_specs):
|
||||||
|
|||||||
Reference in New Issue
Block a user