remove console.log into buildSnakesRows
Build and Push Docker Container / build-and-push (push) Successful in 5m2s
Build and Push Docker Container / build-and-push (push) Successful in 5m2s
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
class SnakeTable {
|
||||
static buildSnakesRows(turn, replay) {
|
||||
console.log(turn);
|
||||
|
||||
const currentTurn = Number(turn && turn.turn !== undefined ? turn.turn : 0);
|
||||
const turns = replay && Array.isArray(replay.turns) ? replay.turns : [];
|
||||
const lastSeenById = new Map();
|
||||
|
||||
Reference in New Issue
Block a user