diff options
author | 2022-02-04 02:43:49 -0800 | |
---|---|---|
committer | 2022-02-04 02:43:49 -0800 | |
commit | c03b7a6f19044e37985128a9e1751a8dc82f13fc (patch) | |
tree | 277bc1c69be2c9e80571f6fbed10e94060b2b613 /integration/scripts | |
parent | 909e6a6bab01661c1e015658987ba6f53ee3ffd2 (diff) | |
download | bun-c03b7a6f19044e37985128a9e1751a8dc82f13fc.tar.gz bun-c03b7a6f19044e37985128a9e1751a8dc82f13fc.tar.zst bun-c03b7a6f19044e37985128a9e1751a8dc82f13fc.zip |
reminder
Diffstat (limited to 'integration/scripts')
-rw-r--r-- | integration/scripts/browser.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/integration/scripts/browser.js b/integration/scripts/browser.js index c6da2623c..479a55c9c 100644 --- a/integration/scripts/browser.js +++ b/integration/scripts/browser.js @@ -104,8 +104,6 @@ async function main() { async function runPage(key) { var page; try { - console.log("launched"); - page = await browser.newPage(); if (USE_EXISTING_PROCESS) { await page.evaluate(` |