Skip to content

Commit f786fcf

Browse files
committed
ref: remove redundant disableConsoleAlerts from tests
1 parent 1a91f13 commit f786fcf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/raven.client.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ function restoreConsoleWarn() {
2626
console.warn = _oldConsoleWarn;
2727
}
2828

29-
raven.utils.disableConsoleAlerts();
3029
describe('raven.version', function() {
3130
it('should be valid', function() {
3231
raven.version.should.match(/^\d+\.\d+\.\d+(-\w+(\.\d+)?)?$/);

0 commit comments

Comments
 (0)