aboutsummaryrefslogtreecommitdiff
path: root/featureClass/featureManager.js
diff options
context:
space:
mode:
Diffstat (limited to 'featureClass/featureManager.js')
-rw-r--r--featureClass/featureManager.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/featureClass/featureManager.js b/featureClass/featureManager.js
index afbf683..0f0edeb 100644
--- a/featureClass/featureManager.js
+++ b/featureClass/featureManager.js
@@ -9,7 +9,6 @@ import { fetch } from "../utils/networkUtils";
import NonPooledThread from "../utils/nonPooledThread";
import { setRendering } from "../utils/renderJavaUtils";
import { registerForge as registerForgeBase, unregisterForge as unregisterForgeBase } from "./forgeEvents.js"
-import { delay } from "../utils/delayUtils"
const JSLoader = Java.type("com.chattriggers.ctjs.engine.langs.js.JSLoader")
const UrlModuleSourceProvider = Java.type("org.mozilla.javascript.commonjs.module.provider.UrlModuleSourceProvider")