Remove debug

This commit is contained in:
2023-11-19 03:47:01 +00:00
parent 09e35acf87
commit 218f9a5b26
@@ -4,7 +4,6 @@
@contextmenu.stop @contextmenu.stop
@focus.stop="store.cursor = doc.key" @focus.stop="store.cursor = doc.key"
@click="ev => { @click="ev => {
console.log('Gallery click', doc.key, store.cursor, !!media)
if (m!.play()) ev.preventDefault() if (m!.play()) ev.preventDefault()
store.cursor = doc.key store.cursor = doc.key
}" }"