package: do not log disabled plugins

This commit is contained in:
Max Weber
2022-10-23 17:17:02 -06:00
parent 78630b8603
commit 372130348d

View File

@@ -226,9 +226,8 @@ public class Packager implements Closeable
}
}
}
catch (DisabledPluginException e)
catch (DisabledPluginException ignored)
{
log.info("{}", e.getMessage());
}
catch (PluginBuildException e)
{