Skip to content

Commit

Permalink
Remove debugging leftovers (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
kearfy authored Jul 24, 2023
1 parent ad0d3a6 commit 04fd489
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/library/SurrealSocket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ export class SurrealSocket {

const id = getIncrementalID();
this.queue[id] = callback;
console.log("message", JSON.stringify({ id, method, params }));
this.ws?.send(JSON.stringify({ id, method, params }));
}

Expand Down

0 comments on commit 04fd489

Please sign in to comment.