test: remove errant console.log from test
Using console.log like this can result in invalid xml when the xunit reporter is used.
This commit is contained in:
parent
524058d8fc
commit
ab5254fcba
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue