Can I disable logging when errors are thrown in Meteor.methods

I want to test my method throws Error when user is not logging in.
But It interrupts seeing test output in mocha that Meteor log the error to console
Can I disable logging in Meteor.methods

This might help - check out method tests I did for one of my projects / see link below.

Method Tests

Thank you. It works 