Removes some more debug text
This commit is contained in:
		@@ -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);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user