Skip to content

Commit

Permalink
Revert "Test failure on CircleCI: Put in more logging"
Browse files Browse the repository at this point in the history
This reverts commit 2537168.
  • Loading branch information
davedoesdev committed Apr 19, 2020
1 parent 846c8db commit 0f32a8d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/server-extra.js
Expand Up @@ -98,12 +98,9 @@ describe('server errors', function ()
}
});

console.log("registering error handler");
server.on('error', function (err)
{
console.log("got error", err);
expect(err.message).to.equal('dummy');
console.log("closing");
this.close(done);
});
});
Expand Down

0 comments on commit 0f32a8d

Please sign in to comment.