Skip to content

Commit 7ea61b9

Browse files
committed
remove console.log
1 parent 252707a commit 7ea61b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/compass-e2e-tests/helpers/compass.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,8 +548,6 @@ async function processCommonOpts({
548548
// Ensure that the user data dir exists
549549
await fs.mkdir(defaultUserDataDir, { recursive: true });
550550

551-
console.log({ defaultUserDataDir });
552-
553551
// Chromedriver will fail if log path doesn't exist, webdriver doesn't care,
554552
// for consistency let's mkdir for both of them just in case
555553
await fs.mkdir(path.dirname(chromedriverLogPath), { recursive: true });

0 commit comments

Comments
 (0)