Remove some debug logging

This commit is contained in:
Andrew Kingston 2022-10-24 13:09:29 +01:00
parent 6010cfe2e2
commit a0c02be585
2 changed files with 0 additions and 2 deletions

View File

@ -124,7 +124,6 @@
if (!message?.data?.type) {
return
}
console.debug(`CLIENT: [${message.data.type}]`)
// Await the event handler
try {

View File

@ -11,7 +11,6 @@
// Deliberately non-reactive as we want this fixed whenever the grid renders
const defaultColSpan = Math.ceil((cols + 1) / 2)
console.log(defaultColSpan)
const defaultRowSpan = Math.ceil((rows + 1) / 2)
$: coords = generateCoords(rows, cols)