Crafty.log()

Crafty.log( arguments )
arguments

arguments which are passed to console.log

This is a simple wrapper for console.log. You can disable logging messages by setting Crafty.loggingEnabled to false. It is recommended to use Crafty.log, as console.log can crash on IE9.