« get me outta code hell

remove dead imports from upd8.js - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-01-16 18:13:26 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-01-16 18:13:26 -0400
commit380672db7375ab93c5ca4ef4a2fc2a71e18d92fa (patch)
tree50067322f6e5af7dddd7c34403a96f749411c274 /src
parentf8a38da3d747a15bd25e2759b819c1b83aaf0ba1 (diff)
remove dead imports from upd8.js
Diffstat (limited to 'src')
-rwxr-xr-xsrc/upd8.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/upd8.js b/src/upd8.js
index 0d9ec71..21413a1 100755
--- a/src/upd8.js
+++ b/src/upd8.js
@@ -75,17 +75,6 @@ import {
   progressPromiseAll,
 } from './util/cli.js';
 
-/*
-import {
-  serializeContribs,
-  serializeCover,
-  serializeGroupsForAlbum,
-  serializeGroupsForTrack,
-  serializeImagePaths,
-  serializeLink,
-} from './util/serialize.js';
-*/
-
 import FileSizePreloader from './file-size-preloader.js';
 
 const __dirname = path.dirname(fileURLToPath(import.meta.url));