From 80e035cedeb27ef9bf57f57f436bdeb923236ef7 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 17 Jan 2023 20:47:43 -0600 Subject: Remove leftover code --- src/view/com/lightbox/Lightbox.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/view/com/lightbox/Lightbox.tsx') diff --git a/src/view/com/lightbox/Lightbox.tsx b/src/view/com/lightbox/Lightbox.tsx index 3369c2770..ed4cf90b8 100644 --- a/src/view/com/lightbox/Lightbox.tsx +++ b/src/view/com/lightbox/Lightbox.tsx @@ -9,7 +9,6 @@ import * as models from '../../../state/models/shell-ui' export const Lightbox = observer(function Lightbox() { const store = useStores() const onClose = () => { - console.log('hit') store.shell.closeLightbox() } -- cgit 1.4.1