diff --git a/lighthouse-core/gather/gatherers/full-page-screenshot.js b/lighthouse-core/gather/gatherers/full-page-screenshot.js index 024cb82ea233..d424bc7f008b 100644 --- a/lighthouse-core/gather/gatherers/full-page-screenshot.js +++ b/lighthouse-core/gather/gatherers/full-page-screenshot.js @@ -22,7 +22,6 @@ class FullPageScreenshot extends Gatherer { height = Math.min(maxScreenshotHeight, height); - // note: resize can sometimes cause layout to change await driver.sendCommand('Emulation.setDeviceMetricsOverride', { // todo: figure out what this means and set appropriately mobile: true,