Skip to content

Commit f47ba98

Browse files
authored
Remove unnecessary log messages
* Possibly fix logspam caused by plugin verification JaNk * Shorten the plugin safety check Doesn't even need a suppression I guess
1 parent a02f748 commit f47ba98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/lambda/client/plugin/PluginLoader.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class PluginLoader(
2626
init {
2727
// This will trigger the null checks in PluginInfo
2828
// In order to make sure all required infos are present
29-
LambdaMod.LOG.debug(info.toString())
29+
info.toString()
3030
}
3131

3232
fun verify(): Boolean {

0 commit comments

Comments
 (0)