about summary refs log tree commit diff
path: root/src/view/shell/mobile/index.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-09-28 15:03:02 -0500
committerPaul Frazee <pfrazee@gmail.com>2022-09-28 15:03:02 -0500
commit9f91edc1d1dce322c87eac20b6dd060bc9ccbcfb (patch)
tree3d1c0f05e6f4444c27bd18df1396f530c0786b40 /src/view/shell/mobile/index.tsx
parente6627183e1f0552588893851815f43021b4d610d (diff)
downloadvoidsky-9f91edc1d1dce322c87eac20b6dd060bc9ccbcfb.tar.zst
Fix to session load
Diffstat (limited to 'src/view/shell/mobile/index.tsx')
-rw-r--r--src/view/shell/mobile/index.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/view/shell/mobile/index.tsx b/src/view/shell/mobile/index.tsx
index 25ee30e34..837bc6b5e 100644
--- a/src/view/shell/mobile/index.tsx
+++ b/src/view/shell/mobile/index.tsx
@@ -167,7 +167,6 @@ export const MobileShell: React.FC = observer(() => {
     opacity: interpolate(swipeGestureInterp.value, [0, 1.0], [0.6, 0.0]),
   }))
 
-  console.log('authed?', store.session.isAuthed)
   if (!store.session.isAuthed) {
     return (
       <LinearGradient