Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Removed debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
wansco committed Sep 8, 2016
1 parent 4ddb059 commit c0a1ce5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/users/server/models/user.server.model.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ var mongoose = require('mongoose'),
generatePassword = require('generate-password'),
owasp = require('owasp-password-strength-test');

console.log(config.owasp, "========================================================", path.resolve('./config/config'));
owasp.configs = config.owasp;


Expand Down

0 comments on commit c0a1ce5

Please sign in to comment.