bendns' repos
/
chess
online multiplayer chess game (note server currently down)
main
2
Branches
0
Tags
Code
Clone
HTTPS
SSH
Open with VS Code
Diffstat
(limited to 'Utils.gd')
-rw-r--r--
Utils.gd
2
1 files changed, 0 insertions, 2 deletions
diff --git a/Utils.gd b/Utils.gd
index d5f5924..84199af 100644
--- a/
Utils.gd
+++ b/
Utils.gd
@@ -81,8 +81,6 @@ func _on_turn_over() -> void:
counter = 0
turns_moves.append(turn_moves.join(" "))
turn_moves.resize(0)
- var pgn = turns_moves.join(" ")
- print(pgn)
func fen() -> String: