Skip to content

Commit

Permalink
removing logging
Browse files Browse the repository at this point in the history
  • Loading branch information
wayne-o committed Feb 25, 2015
1 parent 8d74332 commit 4769ae4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/controllers/actions/register.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ module.exports = function(req, res) {
} else {
var pass = params.password;

waterlock.logger.info('lets do this');

scope.registerUserAuthObject(params, req, function(err, user) {
if (err) {
res.serverError(err);
Expand Down

0 comments on commit 4769ae4

Please sign in to comment.