mirror of
https://github.com/runelite/plugin-hub.git
synced 2026-09-27 06:28:13 -04:00
package: do not log disabled plugins
This commit is contained in:
1 file changed
+1
-2
@@ -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