From 4439fe74a62e085a880d7e33430ed3d88537009d Mon Sep 17 00:00:00 2001 From: Kenneth Endfinger Date: Wed, 22 Dec 2021 22:22:02 -0500 Subject: [PATCH] Delete println that I stupidly left in tab completion for persistent store. I' a println debugger and I'm PROUD https://youtu.be/-N0yXGVWS1Y --- .../kubelet/foundation/core/command/PersistentStoreCommand.kt | 1 - 1 file changed, 1 deletion(-) 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