without puts

This commit is contained in:
amartynov 2015-09-22 12:52:53 +03:00
parent 8598c98a92
commit 118f4583a7

View File

@ -8,7 +8,6 @@ module Devops
end
def stack_status
puts self.details.inspect
self.details['StackStatus'] if self.details
end