From 7103477cdb5369e2bf6a04580fb613a71cf91183 Mon Sep 17 00:00:00 2001 From: Zachary Zhang Date: Wed, 10 Jul 2024 13:59:01 -0400 Subject: fixed get icon --- src/client/views/InkTranscription.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/client/views/InkTranscription.tsx b/src/client/views/InkTranscription.tsx index 44b63e605..a1c693e32 100644 --- a/src/client/views/InkTranscription.tsx +++ b/src/client/views/InkTranscription.tsx @@ -198,7 +198,6 @@ export class InkTranscription extends React.Component { */ exportInk = async (e: any, ref: any) => { const exports = e.detail['application/vnd.myscript.jiix']; - console.log(exports); if (exports) { if (exports['type'] == 'Math') { const latex = exports['application/x-latex']; -- cgit v1.2.3-70-g09d2