mirror of
https://github.com/runelite/plugin-hub.git
synced 2025-12-23 22:48:49 -05:00
package: do not log disabled plugins
This commit is contained in:
@@ -226,9 +226,8 @@ public class Packager implements Closeable
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (DisabledPluginException e)
|
||||
catch (DisabledPluginException ignored)
|
||||
{
|
||||
log.info("{}", e.getMessage());
|
||||
}
|
||||
catch (PluginBuildException e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user