Skip to content

Commit 9e5b5a0

Browse files
committed
Remove test raven code
1 parent 084f3b4 commit 9e5b5a0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

static/js/index.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,6 @@ var $ = document.querySelector.bind(document),
4242
console.error('window.Raven is undefined, something went wrong while loading sentry-raven library');
4343
}
4444

45-
// Test Raven integration
46-
try {
47-
throw new Error('Raven is mad, yo');
48-
} catch(e) {
49-
Raven.captureException(e);
50-
}
51-
5245
// DOM Elements
5346
var wrapper = $('.wrapper'),
5447
inputTextArea = $("#input"),

0 commit comments

Comments
 (0)