Skip to content
Snippets Groups Projects
Commit 38be8455 authored by Lucas Gabriel Lima's avatar Lucas Gabriel Lima
Browse files

remove debug log

parent 5f5f85fe
No related branches found
No related tags found
1 merge request!20Auth
Pipeline #
......@@ -17,7 +17,6 @@ userApp.post('/', (req, res) => {
email: req.body.email,
password: req.body.password
});
log.debug(newUser.email);
// save the user
newUser.save((err) => {
if (err) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment