Skip to content

Commit

Permalink
console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
techla committed Mar 23, 2018
1 parent 69c5e08 commit 221813d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ exports.addTask = function (req, res) {
};

exports.updateTask = function (req, res) {
console.log('req.body', req.body);
orm.Task.update(
{ description: req.body.description, title: req.body.title },
{ where: { id: req.body.id }
Expand Down

0 comments on commit 221813d

Please sign in to comment.