Skip to content

Commit b0de0b1

Browse files
authored
Remove console.log
1 parent 796bd52 commit b0de0b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/cli/src/utils/readEnvVariables.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ async function readEnvFilesWithBackups(
6161
const fallbackPath = pathModule.join(path, fallBack);
6262
const fallbackExists = await pathExists(fallbackPath);
6363

64-
console.log(fallbackPath, fallbackExists);
6564
if (fallbackExists) {
6665
const content = await readFile(fallbackPath);
6766

0 commit comments

Comments
 (0)