Skip to content

Commit

Permalink
Merge pull request #19 from Pansanel/mem
Browse files Browse the repository at this point in the history
Remove unused log string
  • Loading branch information
Pansanel authored Mar 27, 2018
2 parents 1101adc + 1a16f07 commit 066399c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cloudkeeper_os/imagemanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 066399c

Please sign in to comment.