Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Dec 4, 2024
1 parent 23805bd commit 2b42e4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/NWCClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,6 @@ export class NWCClient {
await this._checkConnected();
const events = await new Promise<Event[]>((resolve, reject) => {
const events: Event[] = [];
// TODO: test with different timeouts to see if this works
const sub = this.relay.subscribe(
[
{
Expand Down

0 comments on commit 2b42e4f

Please sign in to comment.