Removes some debug text

This commit is contained in:
Kristian Knarvik 2021-09-02 11:02:20 +02:00
parent d624bb5103
commit c1a49d1950

View File

@ -47,9 +47,6 @@ public class GiveTabCompleter implements TabCompleter {
}
}
BooksWithoutBorders.sendErrorMessage(sender, Arrays.toString(args));
BooksWithoutBorders.sendErrorMessage(sender, String.valueOf(argumentCount));
if (argumentCount == 1) {
//Return list of books
return BooksWithoutBorders.loadList.put(sender.getName(), booksWithoutBorders.listFiles(sender, false, true));