Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiraoka committed Nov 18, 2020
2 parents 805cdc0 + aabb494 commit 8dfce34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/featurecat/lizzie/analysis/Leelaz.java
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ private void parseLine(String line) {
}
if (printCommunication || gtpConsole) {
System.out.print(line);
Lizzie.gtpConsole.addLine(line);
}
String[] params = line.trim().split(" ");
currentCmdNum = Integer.parseInt(params[0].substring(1).trim());
Expand Down

0 comments on commit 8dfce34

Please sign in to comment.