test: remove errant console.log from test

Using console.log like this can result in invalid xml when the xunit
reporter is used.

[Backport of pull request #2035]
This commit is contained in:
Ryan Graham 2016-02-04 08:21:15 -08:00 committed by Miroslav Bajtoš
parent 7a54da5870
commit a0806eab89
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);