diff --git a/othelo_prosessing/Ai.pde b/othelo_prosessing/Ai.pde index 79b537f..c6cfa36 100644 --- a/othelo_prosessing/Ai.pde +++ b/othelo_prosessing/Ai.pde @@ -23,7 +23,7 @@ void turnAI() { break; } } - println(canPutCount); + //println(canPutCount); turn^=true;