Remove an old debug log

This commit is contained in:
sepia 2025-07-23 15:13:55 -05:00
parent 6ecf0388bb
commit 02d777c364
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@ document.addEventListener('htmx:wsConfigSend', function (e) {
const row = parseInt(e.target.dataset.row);
const col = parseInt(e.target.dataset.col);
console.log(e.target.id);
// Set the custom JSON data
e.detail.parameters = {
type: 'make_move',