From a0806eab89c2f62cba93e6579cd9b9c9a78ff4b2 Mon Sep 17 00:00:00 2001 From: Ryan Graham Date: Thu, 4 Feb 2016 08:21:15 -0800 Subject: [PATCH] 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] --- test/user.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/user.test.js b/test/user.test.js index 79f6547e..f306332c 100644 --- a/test/user.test.js +++ b/test/user.test.js @@ -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);