« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/validators.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/validators.js')
-rw-r--r--src/data/validators.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/data/validators.js b/src/data/validators.js
index cb32116..7eabe72 100644
--- a/src/data/validators.js
+++ b/src/data/validators.js
@@ -1,9 +1,5 @@
 import {inspect as nodeInspect} from 'node:util';
 
-// Heresy.
-import printable_characters from 'printable-characters';
-const {strlen} = printable_characters;
-
 import {colors, ENABLE_COLOR} from '#cli';
 import {commentaryRegexCaseInsensitive, commentaryRegexCaseSensitiveOneShot}
   from '#wiki-data';