diff --git a/command/README.md b/command/README.md index 87dd48824..08783679b 100644 --- a/command/README.md +++ b/command/README.md @@ -41,8 +41,6 @@ Here's the sample code with wizard and goblin. Let's start from the `Wizard` cla ```java public class Wizard { - private static final Logger LOGGER = LoggerFactory.getLogger(Wizard.class); - private final Deque undoStack = new LinkedList<>(); private final Deque redoStack = new LinkedList<>();