Skip to content

Commit db3d010

Browse files
committed
Fix regression where debug defaulted back to true
1 parent 1c802ea commit db3d010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/raven.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function Raven() {
7070
Raven.prototype = {
7171
VERSION: '__VERSION__',
7272

73-
debug: true,
73+
debug: false,
7474

7575
TraceKit: TraceKit, // alias to TraceKit
7676

0 commit comments

Comments
 (0)