Skip to content

Commit 0c1d518

Browse files
committedJan 12, 2020
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

+1-3
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
}

2 commit comments

Comments
 (2)

tenchu550 commented on Feb 21, 2020

@tenchu550

GitHub Enterprise Server only: This is all possible on GitHub Enterprise through GitHub Connect. It may take up to an hour to refresh the alerts and make them visible. After waiting a reasonable amount of time, if you are still not seeing the yellow bar in the Dependency Graph, you may want to contact your administrator. In the mean time, to move along with the course, we'll give you a hint - the recommended upgraded version is 2.6.9.

Qix- commented on Feb 22, 2020

@Qix-
MemberAuthor

Huh? What are you talking about?

Please sign in to comment.