Skip to content

Commit

Permalink
Revert "Fix featurecat#362: parse " -> " lines from leelaz"
Browse files Browse the repository at this point in the history
This reverts commit 05849bf.
  • Loading branch information
zsalch committed Sep 21, 2018
1 parent 1cc851e commit 94fb40e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/main/java/featurecat/lizzie/analysis/Leelaz.java
Original file line number Diff line number Diff line change
Expand Up @@ -298,13 +298,6 @@ else if (line.equals("\n")) {
togglePonder();
}
}
} else if (line.contains(" -> ")) {
isLoaded = true;
if (isResponseUpToDate()) {
bestMoves.add(MoveData.fromSummary(line));
if (Lizzie.frame != null)
Lizzie.frame.repaint();
}
} else if (line.startsWith("play")) {
// In lz-genmove_analyze
if (Lizzie.frame.isPlayingAgainstLeelaz) {
Expand Down

0 comments on commit 94fb40e

Please sign in to comment.