Skip to content

Commit

Permalink
fix: remove superfluous debugger log messages from local dev (#746)
Browse files Browse the repository at this point in the history
Closes #387
  • Loading branch information
petebacondarwin committed Apr 2, 2022
1 parent 6bc3e85 commit 3e25dcb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changeset/thin-buckets-cross.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"wrangler": patch
---

fix: remove superfluous debugger log messages from local dev

Closes #387
1 change: 0 additions & 1 deletion packages/wrangler/src/dev/local.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ function useLocalWorker({
});

local.current.stderr?.on("data", (data: Buffer) => {
console.error(`${data.toString()}`);
const matches =
/Debugger listening on (ws:\/\/127\.0\.0\.1:\d+\/[A-Za-z0-9-]+)/.exec(
data.toString()
Expand Down

0 comments on commit 3e25dcb

Please sign in to comment.