We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a02f748 commit f47ba98Copy full SHA for f47ba98
1 file changed
src/main/kotlin/com/lambda/client/plugin/PluginLoader.kt
@@ -26,7 +26,7 @@ class PluginLoader(
26
init {
27
// This will trigger the null checks in PluginInfo
28
// In order to make sure all required infos are present
29
- LambdaMod.LOG.debug(info.toString())
+ info.toString()
30
}
31
32
fun verify(): Boolean {
0 commit comments