remove debug exception catch

This commit is contained in:
Joseph Lawson 2014-10-21 21:58:39 -04:00
parent 835259607a
commit 184d5be54a

View File

@ -86,8 +86,6 @@ def clean_json(resource_json, resources_map):
'Bad Request',
UnformattedGetAttTemplateException.description.format(
resource_json['Fn::GetAtt'][0], resource_json['Fn::GetAtt'][1]))
except Exception as e:
pass
if 'Fn::Join' in resource_json:
join_list = []