aboutsummaryrefslogtreecommitdiff
path: root/webAO/viewport/utils/handleICSpeaking.ts
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-11-11 11:45:32 +0100
committerstonedDiscord <Tukz@gmx.de>2022-11-11 11:45:32 +0100
commit5cdcb94d763dec8105fd840ccc15e5c79922e81b (patch)
treecb6e344c0db44910c0bf67ae461efcaff602126b /webAO/viewport/utils/handleICSpeaking.ts
parentb686e9fd19e5dbffd1a68fd7ae88bcab3cc05ace (diff)
more console spam
Diffstat (limited to 'webAO/viewport/utils/handleICSpeaking.ts')
-rw-r--r--webAO/viewport/utils/handleICSpeaking.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/webAO/viewport/utils/handleICSpeaking.ts b/webAO/viewport/utils/handleICSpeaking.ts
index c396093..83c216d 100644
--- a/webAO/viewport/utils/handleICSpeaking.ts
+++ b/webAO/viewport/utils/handleICSpeaking.ts
@@ -154,7 +154,6 @@ export const handle_ic_speaking = async (playerChatMsg: ChatMsg) => {
client.viewport.getChatmsg().name!.toLowerCase()
)}/${encodeURI(client.viewport.getChatmsg().preanim)}`
);
- console.debug("preanim is " + gifLength + " long");
client.viewport.getChatmsg().startspeaking = false;
} else {
client.viewport.getChatmsg().startspeaking = true;