From c5eb1e2e416d07d8564719a04c61e7261a680984 Mon Sep 17 00:00:00 2001 From: Itallo Date: Thu, 21 Dec 2023 20:41:58 -0300 Subject: [PATCH] fix: remove log --- src/editor/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/editor/index.ts b/src/editor/index.ts index 222c0ee..94397d8 100644 --- a/src/editor/index.ts +++ b/src/editor/index.ts @@ -64,7 +64,6 @@ export abstract class EditorAdapter { } finishReport(clear = true): void { - console.log("AQUI"); this.copyReport(); if (clear) this.clearReport(); this._recognition.finishReport();