I\'m trying to debug an existing Hubot script and in the future write my own, and I need an easy way to debug it or at least print values somewhere (but not to the channel). How
I have discovered the answer myself: console.log MSG in a .coffee Coffeescript source does exactly what I needed.
console.log MSG