Skip to content

Commit

Permalink
Debug false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
slavarazum committed Jun 9, 2023
1 parent 616584e commit 12a34a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventSourceConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class EventSourceConnection {
options = {
reconnect: true,
pauseInactive: false,
debug: true,
debug: false,
...options,
}

Expand Down

0 comments on commit 12a34a0

Please sign in to comment.