remove console.log
This commit is contained in:
parent
2a12900614
commit
98acc0dcf6
4 changed files with 2 additions and 4 deletions
|
|
@ -746,7 +746,6 @@ function handleInput(
|
|||
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