diff --git a/crates/test-project-builder/src/run-headless.js b/crates/test-project-builder/src/run-headless.js index 9775288eb..0521a28bc 100644 --- a/crates/test-project-builder/src/run-headless.js +++ b/crates/test-project-builder/src/run-headless.js @@ -105,18 +105,6 @@ async function main() { console.log(` ${line}`); }); } - - const bodyText = await logged( - "getting browser body", - body.getText() - ); - - if (bodyText.length > 0) { - console.log("body:"); - bodyText.split("\n").forEach(line => { - console.log(` ${line}`); - }); - } } }