« 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/things/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/things/index.js')
-rw-r--r--src/data/things/index.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/data/things/index.js b/src/data/things/index.js
index 2d4f77d7..3b73a772 100644
--- a/src/data/things/index.js
+++ b/src/data/things/index.js
@@ -4,7 +4,6 @@ import {fileURLToPath} from 'node:url';
 import {logError} from '#cli';
 import * as serialize from '#serialize';
 import {openAggregate, showAggregate} from '#sugar';
-import * as validators from '#validators';
 
 import Thing from './thing.js';
 
@@ -121,7 +120,7 @@ function descriptorAggregateHelper({
 }
 
 function evaluatePropertyDescriptors() {
-  const opts = {...allClasses, validators};
+  const opts = {...allClasses};
 
   return descriptorAggregateHelper({
     message: `Errors evaluating Thing class property descriptors`,