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:
Ryan Graham 2016-02-04 08:21:15 -08:00
parent 524058d8fc
commit ab5254fcba
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);