Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
alunyov committed Nov 17, 2023
1 parent 32c0389 commit 0ebf40c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ class Destination {
if (!this.#controller) {
throw new Error('Expected a controller.');
}
console.log('flushing', this.#buffer);
this.#controller.enqueue(this.#buffer);
this.#buffer = '';
}
Expand Down

0 comments on commit 0ebf40c

Please sign in to comment.