Skip to content

Commit

Permalink
Merge pull request #52 from zenoengine:merged-comment-url
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 269425452
Change-Id: I8d0c7f9d9c7a51e1d72cb388d9eacde7b2a18582
  • Loading branch information
lanctot committed Sep 16, 2019
2 parents d4c710b + 556a815 commit 316a71f
Show file tree
Hide file tree
Showing 2 changed files with 1,454 additions and 1,454 deletions.
4 changes: 2 additions & 2 deletions open_spiel/games/go/go_board.cc
Original file line number Diff line number Diff line change
Expand Up @@ -470,8 +470,8 @@ std::ostream& operator<<(std::ostream& os, const GoBoard& board) {
}

// TODO(author9): Make this a public URL.
os << "http://jumper/goboard/" << encoded << "&size=" << board.board_size()
<< std::endl;
// os << "http://jumper/goboard/" << encoded << "&size=" << board.board_size()
// << std::endl;

return os;
}
Expand Down

0 comments on commit 316a71f

Please sign in to comment.