Skip to content

Commit

Permalink
chore: remove console.log statement in envManager.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yagizhanNY committed May 23, 2024
1 parent 346cffb commit 0dce25f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion envManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ fs.access(dir, fs.constants.F_OK, (err) => {
if (fs.existsSync(path.join(dir, file))) {
console.log("environment.ts created successfully", process.cwd());
const str = fs.readFileSync(path.join(dir, file), "utf8").toString();
console.log(str);
}
} catch (err) {
console.log(err);
Expand Down

0 comments on commit 0dce25f

Please sign in to comment.