Skip to content

Commit

Permalink
Removed stray logging in IpcProvider (#3908, #3909).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Mar 18, 2023
1 parent fcf6c8f commit e11d4c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src.ts/providers/provider-ipcsocket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export class IpcSocketProvider extends SocketProvider {
}

async _write(message: string): Promise<void> {
console.log(">>>", message);
this.socket.write(message);
}
}

0 comments on commit e11d4c1

Please sign in to comment.