remove console.log

This commit is contained in:
Zutatensuppe 2021-06-05 07:35:15 +02:00
parent 2a12900614
commit 98acc0dcf6
4 changed files with 2 additions and 4 deletions

View file

@ -1079,7 +1079,6 @@ function handleInput$1(gameId, playerId, input, ts, onSnap) {
const tilePos = getPiecePos(gameId, pieceIdx);
const finalPos = getFinalPiecePos(gameId, pieceIdx);
let canSnapToFinal = false;
console.log(getSnapMode(gameId));
if (getSnapMode(gameId) === SnapMode.REAL) {
// only can snap to final if any of the grouped pieces are
// corner pieces