remove console.log
This commit is contained in:
parent
2a12900614
commit
98acc0dcf6
4 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue