Merge pull request #2035 from strongloop/clean-xunit

test: remove errant console.log from test
This commit is contained in:
Miroslav Bajtoš 2016-02-05 09:14:15 +01:00
commit 7ed5cf88ca
1 changed files with 0 additions and 1 deletions

View File

@ -1042,7 +1042,6 @@ describe('User', function() {
user.verify(options)
.then(function(result) {
console.log('here in then function');
assert(result.email);
assert(result.email.response);
assert(result.token);