mirror of
				https://github.com/GayPizzaSpecifications/foundation.git
				synced 2025-11-04 03:39:37 +00:00 
			
		
		
		
	Delete println that I stupidly left in tab completion for persistent store.
I' a println debugger and I'm PROUD https://youtu.be/-N0yXGVWS1Y
This commit is contained in:
		@ -74,7 +74,6 @@ class PersistentStoreCommand(private val plugin: FoundationCorePlugin) : Command
 | 
				
			|||||||
    alias: String,
 | 
					    alias: String,
 | 
				
			||||||
    args: Array<out String>
 | 
					    args: Array<out String>
 | 
				
			||||||
  ): MutableList<String> {
 | 
					  ): MutableList<String> {
 | 
				
			||||||
    println(args.toList())
 | 
					 | 
				
			||||||
    return when {
 | 
					    return when {
 | 
				
			||||||
      args.isEmpty() -> {
 | 
					      args.isEmpty() -> {
 | 
				
			||||||
        allSubCommands
 | 
					        allSubCommands
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user