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
You can use
robot.logger.info "your log message here"
That will log it just like the other hubot messages get logged.