1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

Base and BaseNoGui: removed uncaught exception handler

ContributionManagerUI: after install/upgrade/remove, cell updated and not in edit mode
This commit is contained in:
Federico Fissore
2015-02-27 10:02:29 +01:00
parent 33457adafe
commit f833ff84a7
3 changed files with 2 additions and 8 deletions

View File

@ -713,8 +713,6 @@ public class BaseNoGui {
if (args.length == 0)
showError(_("No parameters"), _("No command line parameters found"), null);
Thread.setDefaultUncaughtExceptionHandler(new DefaultUncaughtExceptionHandler());
initPlatform();
initPortableFolder();