Skip to content

Commit

Permalink
fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
maraoz committed Aug 20, 2014
1 parent fa9aff5 commit 34c9d9b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions util/log.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
'use strict';

var noop = function() {};
var cl = function() {
console.log(arguments);
};
var cl = console.log;

var loggers = {
none: {
Expand Down

0 comments on commit 34c9d9b

Please sign in to comment.