Skip to content

Commit bd67364

Browse files
Merge pull request #3 from codingforentrepreneurs/dev
Removed old console log
2 parents 1c9cc03 + 37805b7 commit bd67364

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cli/putSecrets.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ if (require.main === module) {
1515
console.log("Updating database URL")
1616
const [stage, dbUrl] = args
1717
secrets.putDatabaseUrl(stage, dbUrl).then(val=>{
18-
console.log(val)
1918
console.log(`Secret set`)
2019
process.exit(0)
2120
}).catch(err=>{

0 commit comments

Comments
 (0)