Skip to content

Commit

Permalink
chore: remove exta log
Browse files Browse the repository at this point in the history
Signed-off-by: Case Wylie <[email protected]>
  • Loading branch information
cmwylie19 committed Oct 18, 2024
1 parent d1276be commit fa8cdee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fluent/watch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,6 @@ export class Watcher<T extends GenericClass> {
this.#streamCleanup(client);

if (error) {
this.#events.emit(WatchEvent.NETWORK_ERROR, error);
void this.#errHandler(error);
}

Expand Down

0 comments on commit fa8cdee

Please sign in to comment.