Skip to content

Commit aeabe05

Browse files
committed
Remove console log
1 parent ad47944 commit aeabe05

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

controllers/tasks.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ const addNewTask = async (req, res) => {
2222
...req.body,
2323
createdBy,
2424
};
25-
// console.log(body);
2625
delete body.dependsOn;
27-
// console.log("hii", dependsOn);
2826
const { taskId, taskDetails } = await tasks.updateTask(body);
2927
const data = {
3028
taskId,

0 commit comments

Comments
 (0)