Skip to content

Commit 165d2d0

Browse files
committed
[remove] console log
1 parent a524dc2 commit 165d2d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/components/FilterUI/FilterComponents/Evaluation.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ const CheckboxInGrid: React.FC<{
8585
// もともとチェックされていなかったボックスをクリックしたら
8686
const index = otherEvaluation.indexOf(ev); // 相方のチェックがされているかを確認
8787
if (index >= 0) otherEvaluation.splice(index, 1); // 相方のチェックを外す
88-
console.log(index);
8988
myEvaluation.push(ev); // 自分のボックスにチェックを入れる
9089
}
9190

0 commit comments

Comments
 (0)