Remove debug call
This commit is contained in:
parent
a96d134f1e
commit
ba2656287d
|
@ -126,7 +126,6 @@ class SpatialMetadata(p.SingletonPlugin):
|
||||||
error_dict = {'spatial':[u'Error creating geometry: %s' % str(e)]}
|
error_dict = {'spatial':[u'Error creating geometry: %s' % str(e)]}
|
||||||
raise p.toolkit.ValidationError(error_dict, error_summary=package_error_summary(error_dict))
|
raise p.toolkit.ValidationError(error_dict, error_summary=package_error_summary(error_dict))
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
raise
|
|
||||||
if bool(os.getenv('DEBUG')):
|
if bool(os.getenv('DEBUG')):
|
||||||
raise
|
raise
|
||||||
error_dict = {'spatial':[u'Error: %s' % str(e)]}
|
error_dict = {'spatial':[u'Error: %s' % str(e)]}
|
||||||
|
|
Loading…
Reference in New Issue