« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/upd8.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/upd8.js')
-rwxr-xr-xsrc/upd8.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/upd8.js b/src/upd8.js
index a797170..0917c69 100755
--- a/src/upd8.js
+++ b/src/upd8.js
@@ -2942,12 +2942,6 @@ async function main() {
         }
     }
 
-    WD.contributionData = Array.from(new Set([
-        ...WD.trackData.flatMap(track => [...track.artists || [], ...track.contributors || [], ...track.coverArtists || []]),
-        ...WD.albumData.flatMap(album => [...album.artists || [], ...album.coverArtists || [], ...album.wallpaperArtists || [], ...album.bannerArtists || []]),
-        ...(WD.flashData?.flatMap(flash => [...flash.contributors || []]) || [])
-    ]));
-
     // Now that we have all the data, resolve references all 8efore actually
     // gener8ting any of the pages, 8ecause page gener8tion is going to involve
     // accessing these references a lot, and there's no reason to resolve them