Skip to content

Commit

Permalink
remove dead code and fix lowercase comment (for linter)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qix- committed Jan 12, 2020
1 parent 4acdeed commit 0c1d518
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,8 @@ function setup(env) {
debug.color = selectColor(namespace);
debug.destroy = destroy;
debug.extend = extend;
// Debug.formatArgs = formatArgs;
// debug.rawLog = rawLog;

// env-specific initialization logic for debug instances
// Env-specific initialization logic for debug instances
if (typeof createDebug.init === 'function') {
createDebug.init(debug);
}
Expand Down

0 comments on commit 0c1d518

Please sign in to comment.