1
0
Fork 0

🚨 Removed linter warnings

This commit is contained in:
Joost De Cock 2019-06-01 16:18:14 +02:00
parent 24aa6401fb
commit 7cc063712b
5 changed files with 3 additions and 21 deletions

View file

@ -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]);