Skip to content

Commit

Permalink
Revert "Deprecate ignoreErrors, see #73"
Browse files Browse the repository at this point in the history
This reverts commit 34c3b3a.

Conflicts:
	src/raven.js
  • Loading branch information
mattrobenolt committed Mar 7, 2013
1 parent 813461e commit f8e6947
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/raven.js
Expand Up @@ -50,10 +50,6 @@ var Raven = {
lastSlash = uri.path.lastIndexOf('/'),
path = uri.path.substr(1, lastSlash);

if (options && options.ignoreErrors && window.console && console.warn) {
console.warn('DeprecationWarning: `ignoreErrors` is going to be removed soon.');
}

// merge in options
if (options) {
each(options, function(key, value){
Expand Down

0 comments on commit f8e6947

Please sign in to comment.