mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
pluginfw: Delete commented-out code
This commit is contained in:
parent
c64ee6ff4c
commit
a06662fd00
2 changed files with 0 additions and 12 deletions
|
@ -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);
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue