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

2 comments on commit 0c1d518

@tenchu550
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-
Copy link
Member Author

@Qix- Qix- commented on 0c1d518 Feb 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh? What are you talking about?

Please sign in to comment.