debug: function()

in src/logger.js [17:21]


  debug: function(content) {
    if (this.logVerbose) {
      console.log(content);
    }
  },