Skip to content

Commit

Permalink
[fix] Errant console.error
Browse files Browse the repository at this point in the history
  • Loading branch information
jfhbrook committed Feb 17, 2012
1 parent 4beefda commit 58cd915
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/jitsu.js
Expand Up @@ -128,7 +128,6 @@ jitsu.start = function (callback) {
jitsu.log.get('default').transports.console.colorize = false;
}

console.error(jitsu.log.get('default'));
jitsu.welcome();

var username = jitsu.config.get('username');
Expand Down

0 comments on commit 58cd915

Please sign in to comment.