aboutsummaryrefslogtreecommitdiff
path: root/webAO/utils/aoml.ts
diff options
context:
space:
mode:
authorcaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-23 00:38:26 -0400
committercaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-23 00:38:26 -0400
commitefe16e1c1e7d4b0ea13c04b816d046ad21eeadb0 (patch)
tree53de3eca82b676e453aa3e3a740608ba3fd116a1 /webAO/utils/aoml.ts
parent7c88c0bcca6e47cca4e2632df8ced778fa38c341 (diff)
Artifacts from testing
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(',')