Skip to content

Commit

Permalink
fix(api): remove debug log to avoid large tail payloads
Browse files Browse the repository at this point in the history
  • Loading branch information
sdnts committed Oct 8, 2023
1 parent 36f134c commit 767228a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/tunnel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export class Tunnel implements DurableObject {
return reject(1003);
}

console.debug("Enqueueing", e.data.byteLength);
// console.debug("Enqueueing", e.data.byteLength);
controller.enqueue(new Uint8Array(e.data));

listeners.abort();
Expand Down

0 comments on commit 767228a

Please sign in to comment.