Skip to content

Commit

Permalink
Merge pull request #79 from Shopify/remove-dumpio
Browse files Browse the repository at this point in the history
Removed dumpio
  • Loading branch information
mikkoh authored May 18, 2022
2 parents 0f4ece5 + 9ee888e commit 58ac676
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/capture-screenshot.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ describe('captureScreenshot', () => {
deviceScaleFactor: devicePixelRatio,
},
headless: !debug,
dumpio: true,
});
});

Expand All @@ -123,7 +122,6 @@ describe('captureScreenshot', () => {
deviceScaleFactor: devicePixelRatio,
},
headless: false,
dumpio: true,
});
});

Expand Down
1 change: 0 additions & 1 deletion src/capture-screenshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export async function captureScreenshot(options: CaptureScreenShotOptions) {
}

const browser = await puppeteer.launch({
dumpio: true,
args,
defaultViewport: {
width,
Expand Down

0 comments on commit 58ac676

Please sign in to comment.