Removes some debug text
This commit is contained in:
		@@ -47,9 +47,6 @@ public class GiveTabCompleter implements TabCompleter {
 | 
				
			|||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        BooksWithoutBorders.sendErrorMessage(sender, Arrays.toString(args));
 | 
					 | 
				
			||||||
        BooksWithoutBorders.sendErrorMessage(sender, String.valueOf(argumentCount));
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        if (argumentCount == 1) {
 | 
					        if (argumentCount == 1) {
 | 
				
			||||||
            //Return list of books
 | 
					            //Return list of books
 | 
				
			||||||
            return BooksWithoutBorders.loadList.put(sender.getName(), booksWithoutBorders.listFiles(sender, false, true));
 | 
					            return BooksWithoutBorders.loadList.put(sender.getName(), booksWithoutBorders.listFiles(sender, false, true));
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user