From 2bb0503afe1f6ded0e46d634665a133f1eca9afe Mon Sep 17 00:00:00 2001 From: Pablo Nazar <73798198+pablon@users.noreply.github.com> Date: Fri, 15 Nov 2024 09:54:18 +0100 Subject: [PATCH] chore: remove comment leftover --- start-game.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/start-game.sh b/start-game.sh index fa019ad..328a259 100755 --- a/start-game.sh +++ b/start-game.sh @@ -294,8 +294,6 @@ function create_player_log() { for i in "${BOT_LIST[@]}"; do local THIS_BOT_NAME="$(echo "${i}" | awk -F'/' '{print $2"-"$3}')" local PLAYER_LOG_FILE="${LOG_DIR}/game-${GAME_TIMESTAMP}__${THIS_BOT_NAME}.log" - # "${i}" - # grep de c/bot-name y exportar a 1 file per player p/exportar cat <"${PLAYER_LOG_FILE}" # ::: # ::: CodeconZ 2024