We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5369d5 commit 1da07f2Copy full SHA for 1da07f2
lib/chesskt/src/commonMain/kotlin/com/krossovochkin/chesskt/Game.kt
@@ -85,12 +85,6 @@ class Game private constructor(
85
move = move,
86
color = currentColor,
87
)
88
- .also {
89
- when (it) {
90
- is MoveResult.Success -> println("${it.move}")
91
- is MoveResult.Error -> println("Failure: $move, reason=${it.reason}")
92
- }
93
94
.let { it is MoveResult.Success }
95
.also {
96
if (it) {
0 commit comments