Skip to content

Commit 4a1a7a7

Browse files
committed
Update mongoClient.ts
Removed unused statement.
1 parent 5099f40 commit 4a1a7a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

question-service/src/db/mongoClient.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import * as dotenv from 'dotenv';
44
dotenv.config({ path: '.env.dev' });
55

66
const MONGODB_URI = process.env.MONGODB_CONNECTION_STRING || '';
7-
// console.log(MONGODB_URI);
87

98
let db: Db;
109

0 commit comments

Comments
 (0)