Skip to content

Commit 7eee546

Browse files
committed
Update README.md
1 parent dc31960 commit 7eee546

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

command/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ Here's the sample code with wizard and goblin. Let's start from the `Wizard` cla
4141
```java
4242
public class Wizard {
4343

44-
private static final Logger LOGGER = LoggerFactory.getLogger(Wizard.class);
45-
4644
private final Deque<Command> undoStack = new LinkedList<>();
4745
private final Deque<Command> redoStack = new LinkedList<>();
4846

0 commit comments

Comments
 (0)