Skip to content

Commit 0c1d518

Browse files
committed
remove dead code and fix lowercase comment (for linter)
1 parent 4acdeed commit 0c1d518

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/common.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,8 @@ function setup(env) {
120120
debug.color = selectColor(namespace);
121121
debug.destroy = destroy;
122122
debug.extend = extend;
123-
// Debug.formatArgs = formatArgs;
124-
// debug.rawLog = rawLog;
125123

126-
// env-specific initialization logic for debug instances
124+
// Env-specific initialization logic for debug instances
127125
if (typeof createDebug.init === 'function') {
128126
createDebug.init(debug);
129127
}

0 commit comments

Comments
 (0)