remove console.log
This commit is contained in:
parent
2a12900614
commit
98acc0dcf6
4 changed files with 2 additions and 4 deletions
File diff suppressed because one or more lines are too long
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
|
||||
<title>🧩 jigsaw.hyottoko.club</title>
|
||||
<script type="module" crossorigin src="/assets/index.6e65c5cb.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index.ee8c98e9.js"></script>
|
||||
<link rel="modulepreload" href="/assets/vendor.684f7bc8.js">
|
||||
<link rel="stylesheet" href="/assets/index.6748df9f.css">
|
||||
</head>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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