aboutsummaryrefslogtreecommitdiff
path: root/webAO/utils/aoml.ts
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/utils/aoml.ts')
-rw-r--r--webAO/utils/aoml.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/webAO/utils/aoml.ts b/webAO/utils/aoml.ts
index fb26db8..da66d0c 100644
--- a/webAO/utils/aoml.ts
+++ b/webAO/utils/aoml.ts
@@ -69,7 +69,6 @@ const mlConfig = (AO_HOST) => {
let currentIdentifier = identifiers.get(letter)
const currentClosingLetter = closingStack[closingStack.length-1]
const keepChar = Number(currentIdentifier?.remove) === 0
- console.log(currentClosingLetter, letter, keepChar)
if (startIdentifiers.has(letter)) {
const color = identifiers.get(letter).color.split(',')