aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Zhang <zacharyzhang7@gmail.com>2024-07-10 13:59:01 -0400
committerZachary Zhang <zacharyzhang7@gmail.com>2024-07-10 13:59:01 -0400
commit7103477cdb5369e2bf6a04580fb613a71cf91183 (patch)
tree8aac92d6a3025760597cf3af127efe3ba55d93ac
parent74c9d7cb47281dab59908eea5384b370f493d087 (diff)
fixed get icon
-rw-r--r--src/client/views/InkTranscription.tsx1
1 files changed, 0 insertions, 1 deletions
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'];