mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-05-22 13:48:37 +00:00
do not log "Reply sent" after every user update
This commit is contained in:
parent
00b47dfd35
commit
cc05926e6b
1 changed files with 1 additions and 1 deletions
|
|
@ -745,6 +745,6 @@ api.batchUpdate = function(req, res, next) {
|
|||
res.json(200, {_v: response._v});
|
||||
}
|
||||
|
||||
return console.log("Reply sent");
|
||||
return;
|
||||
});
|
||||
};
|
||||
Loading…
Reference in a new issue