summaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs
index 1b08ab4..a2f4a44 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -66,7 +66,6 @@ data SelectedContext
initGlobalState :: IO GlobalState
initGlobalState = do
- --globalStorage <- memoryStorage
globalStorage <- cacheStorage =<< indexedDBStorage "erebos"
(either (fail . showErebosError) return =<<) $ runExceptT $ flip runReaderT globalStorage $ do
globalHead <- loadHeads globalStorage >>= \case