From d699112d38aa32871207ea965fd0a8cc9773aed8 Mon Sep 17 00:00:00 2001 From: ztimson Date: Tue, 15 Mar 2022 20:43:01 -0400 Subject: [PATCH] cleanup --- scripts/lib/utils.js | 4 ---- 1 file changed, 4 deletions(-) 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