Remove some debug logging
This commit is contained in:
parent
6010cfe2e2
commit
a0c02be585
|
@ -124,7 +124,6 @@
|
|||
if (!message?.data?.type) {
|
||||
return
|
||||
}
|
||||
console.debug(`CLIENT: [${message.data.type}]`)
|
||||
|
||||
// Await the event handler
|
||||
try {
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue