Skip to content

Commit

Permalink
fix: remove recursive call of log
Browse files Browse the repository at this point in the history
not sure how this works but it is wrong so I am removing it
  • Loading branch information
carpasse committed Nov 4, 2017
1 parent d864131 commit f36fde3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/helpers/Logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ class Logger {
this.log(...args);
}
}

log (...args) {
this.log(...args);
}
}

module.exports = Logger;

0 comments on commit f36fde3

Please sign in to comment.