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 796bd52 commit b0de0b1Copy full SHA for b0de0b1
packages/cli/src/utils/readEnvVariables.ts
@@ -61,7 +61,6 @@ async function readEnvFilesWithBackups(
61
const fallbackPath = pathModule.join(path, fallBack);
62
const fallbackExists = await pathExists(fallbackPath);
63
64
- console.log(fallbackPath, fallbackExists);
65
if (fallbackExists) {
66
const content = await readFile(fallbackPath);
67
0 commit comments