spaces
This commit is contained in:
parent
e6742d54a0
commit
155b81fa0e
2 changed files with 2 additions and 3 deletions
|
@ -100,7 +100,6 @@ void sok_board_t::load(char *_file) {
|
|||
}
|
||||
|
||||
bool is_in_history(Node current, std::vector<Node> history) {
|
||||
|
||||
// printf("Taille history : %d\n", history.size());
|
||||
|
||||
for (auto &noeud : history) {
|
||||
|
|
Reference in a new issue