That is the
socket.io logging that you see. To disable the messages, you need to set the "log level" to 0.
You can do so by passing in an options object as the second argument to nowjs.initialize function. For example:
var everyone = nowjs.initialize(server, {socketio: {"log level": 0}}