#168 remove console logs

parent 310f5700
......@@ -446,7 +446,6 @@ router.get('/week-data-start/:userId',auth, async (req: Request, res: Response):
})
const {displayName} = user
if (!tasks) return res.status(404).send({Message:'tasks not found'})
console.log('tasks: ',tasks, "projects: " ,projects , 'displayName : ' ,displayName)
return res.send({displayName, projects, tasks})
} catch(e){
return res.status(502).send({message:(e as Error).message})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment