Skip to content

Commit

Permalink
Remove empty exception handler
Browse files Browse the repository at this point in the history
  • Loading branch information
jwharm committed Jul 6, 2024
1 parent ad946cb commit e3b07a2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,6 @@ Consumer<T> getInstanceInit(Class<T> cls) {
cls.getName(),
ite.getTargetException().toString());
}
} catch (ExceptionInInitializerError eiie) {
} catch (Exception e) {
GLib.log(LOG_DOMAIN, LogLevelFlags.LEVEL_CRITICAL,
"Exception in %s instance init: %s\n",
Expand Down

0 comments on commit e3b07a2

Please sign in to comment.