From 0019d27187feaa35108508a58cf46fec5a43dd0b Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Tue, 26 Apr 2022 14:35:03 -0500 Subject: [PATCH] Remove old code --- build-lists.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build-lists.js b/build-lists.js index c3ea7ee..77d4402 100644 --- a/build-lists.js +++ b/build-lists.js @@ -229,13 +229,6 @@ class BuildLists { // Write the endpoint to JSON await this.saveToJson( listEntry, endpointPath ) }) - - - // Save each enpoint's data - // for ( const listEntry of this.lists[listOptions.name] ) { - - - // } } // Save app lists to JSON