aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--webAO/viewport/utils/handleICSpeaking.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/webAO/viewport/utils/handleICSpeaking.ts b/webAO/viewport/utils/handleICSpeaking.ts
index b48a445..668d92f 100644
--- a/webAO/viewport/utils/handleICSpeaking.ts
+++ b/webAO/viewport/utils/handleICSpeaking.ts
@@ -16,10 +16,6 @@ import preloadMessageAssets from "./preloadMessageAssets";
let attorneyMarkdown: ReturnType<typeof mlConfig> | null = null;
const initAttorneyMarkdown = async () => {
- if (!attorneyMarkdown) {
- const iniContent = await request(`${AO_HOST}themes/default/chat_config.ini`);
- attorneyMarkdown = mlConfig(iniContent);
- }
return attorneyMarkdown;
};