Skip to content

Commit 6ca95f1

Browse files
committed
Remove config console log
1 parent 76071e2 commit 6ca95f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/build/src/release.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import S3 from 'aws-sdk/clients/s3';
1717
*/
1818
const release = async(config: Config) => {
1919
const platform = os.platform();
20-
console.log('mongosh: releasing with config:', config);
20+
// console.log('mongosh: releasing with config:', config);
2121

2222
const octokit = new Octokit({
2323
auth: config.githubToken,

0 commit comments

Comments
 (0)