Removes some more debug text
This commit is contained in:
parent
c1a49d1950
commit
baedfba196
@ -104,10 +104,6 @@ public class CommandSave implements CommandExecutor {
|
||||
return;
|
||||
}
|
||||
|
||||
BooksWithoutBorders.sendErrorMessage(player, String.valueOf(overwrite));
|
||||
BooksWithoutBorders.sendErrorMessage(player, fileName);
|
||||
BooksWithoutBorders.sendErrorMessage(player, Arrays.toString(foundFiles));
|
||||
|
||||
//Find any duplicates of the book
|
||||
int foundDuplicates = FileHelper.findDuplicates(foundFiles, fileName);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user