Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
ItalloDornelas committed Dec 21, 2023
1 parent 3fcdac7 commit c5eb1e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/editor/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export abstract class EditorAdapter {
}

finishReport(clear = true): void {
console.log("AQUI");
this.copyReport();
if (clear) this.clearReport();
this._recognition.finishReport();
Expand Down

0 comments on commit c5eb1e2

Please sign in to comment.