Skip to content

Commit 9bc88b1

Browse files
committed
Remove log
1 parent 490dbc7 commit 9bc88b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

db.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ const addToSet = (data) => {
5151
const manageProducts = async(data, action) => {
5252
await connectDb();
5353
try{
54-
console.log(data.userId)
5554
const db = mongo.db('TESTS');
5655
const collection = db.collection('tasks');
5756
switch(action) {

0 commit comments

Comments
 (0)