Skip to content

Commit 893619f

Browse files
committed
Merge branch 'master' of igz.github.com:intelygenz/codeconz-lighthouses-engine
2 parents 41085d2 + 2bb0503 commit 893619f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

start-game.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,6 @@ function create_player_log() {
294294
for i in "${BOT_LIST[@]}"; do
295295
local THIS_BOT_NAME="$(echo "${i}" | awk -F'/' '{print $2"-"$3}')"
296296
local PLAYER_LOG_FILE="${LOG_DIR}/game-${GAME_TIMESTAMP}__${THIS_BOT_NAME}.log"
297-
# "${i}"
298-
# grep de c/bot-name y exportar a 1 file per player p/exportar
299297
cat <<EOF >"${PLAYER_LOG_FILE}"
300298
# :::
301299
# ::: CodeconZ 2024

0 commit comments

Comments
 (0)