Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/young-bananas-cheat.md
Comment thread
krichprollsch marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@lightpanda/browser": patch
---

Don't pollute the console with `"🐼 Running Lightpanda's CDP server…"` (#15)
4 changes: 0 additions & 4 deletions packages/browser/src/serve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ export const serve = (options: LightpandaServeOptions = defaultOptions) => {
const process = spawn(executablePath, ['serve', ...flags])

process.on('spawn', async () => {
console.info("🐼 Running Lightpanda's CDP server…", {
pid: process.pid,
})

await new Promise(resolve => setTimeout(resolve, 250))
resolve(process)
})
Expand Down
Loading