diff --git a/cloudkeeper_os/imagemanager.py b/cloudkeeper_os/imagemanager.py index 48c7d3e..311f597 100644 --- a/cloudkeeper_os/imagemanager.py +++ b/cloudkeeper_os/imagemanager.py @@ -181,7 +181,6 @@ def cleanup_appliances(self): continue for image in image_list: - LOG.debug(image) if IMAGE_LIST_ID_TAG in image: if IMAGE_STATUS_TAG in image and image[IMAGE_STATUS_TAG] == 'EOL': try: