Skip to content

Commit

Permalink
Merge pull request #818 from cjbarth/remove_deprecated_functions
Browse files Browse the repository at this point in the history
Remove deprecated functions
  • Loading branch information
jcrugzz committed Feb 29, 2016
2 parents b440626 + 6275a9d commit d4fdbad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/winston.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ var methods = [
'extend',
'cli',
'handleExceptions',
'unhandleExceptions',
'addRewriter',
'addFilter'
'unhandleExceptions'
];
common.setLevels(winston, null, defaultLogger.levels);
methods.forEach(function (method) {
Expand Down

0 comments on commit d4fdbad

Please sign in to comment.