Skip to content

Commit 40fe05c

Browse files
author
Akos Kitta
committed
fix: no handled error notifications
Signed-off-by: Akos Kitta <[email protected]>
1 parent 324f361 commit 40fe05c

File tree

1 file changed

+0
-4
lines changed
  • arduino-ide-extension/src/browser/contributions

1 file changed

+0
-4
lines changed

arduino-ide-extension/src/browser/contributions/debug.ts

-4
Original file line numberDiff line numberDiff line change
@@ -240,10 +240,6 @@ export class Debug extends SketchContribution {
240240
err instanceof Error ? err.message : String(err)
241241
);
242242
}
243-
console.error(err);
244-
this.messageService.error(
245-
err instanceof Error ? err.message : String(err)
246-
);
247243
}
248244
return false;
249245
}

0 commit comments

Comments
 (0)