pluginfw: Delete commented-out code

This commit is contained in:
Richard Hansen 2021-02-03 19:26:43 -05:00 committed by John McLear
parent c64ee6ff4c
commit a06662fd00
2 changed files with 0 additions and 12 deletions

View file

@ -97,9 +97,6 @@ exports.getPackages = async () => {
delete packages[name].dependencies;
delete packages[name].parent;
}
// I don't think we need recursion
// if (deps[name].dependencies !== undefined) flatten(deps[name].dependencies);
});
};