Skip to content

Commit

Permalink
Remove note
Browse files Browse the repository at this point in the history
  • Loading branch information
mattzeunert committed May 14, 2019
1 parent 5ca09b6 commit 5480491
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lighthouse-core/gather/gatherers/full-page-screenshot.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5480491

Please sign in to comment.