🚨 Removed linter warnings
This commit is contained in:
parent
24aa6401fb
commit
7cc063712b
5 changed files with 3 additions and 21 deletions
|
@ -482,7 +482,6 @@ Pattern.prototype.resolveDependency = function(
|
|||
graph = this.config.dependencies,
|
||||
deps = []
|
||||
) {
|
||||
console.log("resolving", part, JSON.stringify(graph));
|
||||
if (typeof seen[part] === "undefined") seen[part] = true;
|
||||
if (typeof graph[part] === "string") {
|
||||
if (deps.indexOf(graph[part]) === -1) deps.push(graph[part]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue