We define console.log as an empty function for old browsers now

This commit is contained in:
Robin Ward 2015-03-09 14:51:37 -04:00
parent de4e4f2b98
commit 31ca464c31

View file

@ -7,15 +7,6 @@ if Rails.env.production?
/^ActionController::UnknownFormat/,
# some old browsers don't define the JavaScript console
#
# 'console' is undefined
# Url: http://discourse-cdn.codinghorror.com/assets/vendor-0dbc6e71b0ee5428574e3562afe91ef1.js
# Line: 16
# Window Location: http://discourse.codinghorror.com/t/the-non-programming-programmer/120/2
#
/^'console' is undefined/,
# ignore any empty JS errors that contain blanks or zeros for line and column fields
#
# Line: