Skip to content

Commit

Permalink
fix: remove extra console.log (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed May 24, 2022
1 parent bd0b68e commit 242fe16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const recordings = getFilenames(process.argv);
if (!recordings.length) {
console.log(`Usage: replay filename [filename...]`);
}
console.log(process.env.PUPPETEER_HEADLESS);
await runFiles(recordings, {
log: true,
headless: getHeadlessEnvVar(process.env.PUPPETEER_HEADLESS),
Expand Down

0 comments on commit 242fe16

Please sign in to comment.