We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3b565d commit 04ebd2cCopy full SHA for 04ebd2c
src/run-lighthouse.js
@@ -10,7 +10,6 @@ export const getBrowserPath = async () => {
10
});
11
const path = browser.process().spawnfile;
12
await browser.close();
13
- console.log('got browser path : ', path);
14
return path;
15
};
16
0 commit comments