pluginfw: Delete unused return value

This commit is contained in:
Richard Hansen 2021-02-04 02:07:38 -05:00 committed by John McLear
parent a145b97682
commit 5a865dfc7e
1 changed files with 0 additions and 1 deletions

View File

@ -279,7 +279,6 @@ const findUnmet = (obj) => {
deps[d] = found;
}
}
return obj;
};
const copy = (obj) => {