diff --git a/scripts/lib/utils.js b/scripts/lib/utils.js index f59b597..199f254 100644 --- a/scripts/lib/utils.js +++ b/scripts/lib/utils.js @@ -33,10 +33,6 @@ export async function downloadPrint(ns, file) { await slowPrint(ns, `${file}${spacing}[==================>] 100%\t(${speed} MB/s)`); } -export function flatten(object) { - -} - /** * **Impure:** Prune tree down to keys which pass function * @param tree {object} - Tree to search