Remove an old debug log
This commit is contained in:
parent
6ecf0388bb
commit
02d777c364
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue