diff --git a/foundation-core/src/main/kotlin/cloud/kubelet/foundation/core/command/PersistentStoreCommand.kt b/foundation-core/src/main/kotlin/cloud/kubelet/foundation/core/command/PersistentStoreCommand.kt index 1b86dde..89e7c14 100644 --- a/foundation-core/src/main/kotlin/cloud/kubelet/foundation/core/command/PersistentStoreCommand.kt +++ b/foundation-core/src/main/kotlin/cloud/kubelet/foundation/core/command/PersistentStoreCommand.kt @@ -74,7 +74,6 @@ class PersistentStoreCommand(private val plugin: FoundationCorePlugin) : Command alias: String, args: Array ): MutableList { - println(args.toList()) return when { args.isEmpty() -> { allSubCommands