1
0
Fork 0
mirror of synced 2024-08-15 10:01:34 +12:00

Remove some debug logging

This commit is contained in:
Andrew Kingston 2022-10-24 13:09:29 +01:00
parent 421708463a
commit ba1fe6db8a
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)