remove cloudflare error handling

This commit is contained in:
Christian Mehlmauer
2016-11-01 19:38:47 +01:00
parent 3c74ee8d97
commit d344f84824
3 changed files with 3 additions and 19 deletions

View File

@@ -470,12 +470,6 @@ def main
puts
end
if e.cloudflare_info
puts critical('Cloudflare Info:')
puts e.cloudflare_info
puts
end
puts critical('Please submit this info as an Github issue')
exit(1)
rescue => e