diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-01-17 20:47:43 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-01-17 20:47:43 -0600 |
commit | 80e035cedeb27ef9bf57f57f436bdeb923236ef7 (patch) | |
tree | 2153dc7a3dd02a874760dcc2e3669877267b2749 /src/view/com/lightbox/Lightbox.tsx | |
parent | a3e9a0691e9dbbf1c46f6b3969c559dff9d64d6f (diff) | |
download | voidsky-80e035cedeb27ef9bf57f57f436bdeb923236ef7.tar.zst |
Remove leftover code
Diffstat (limited to 'src/view/com/lightbox/Lightbox.tsx')
-rw-r--r-- | src/view/com/lightbox/Lightbox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
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() } |