diff options
Diffstat (limited to 'Hero')
-rw-r--r-- | Hero/Client.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Hero/Client.hs b/Hero/Client.hs index a2dbbec..5429855 100644 --- a/Hero/Client.hs +++ b/Hero/Client.hs @@ -68,7 +68,6 @@ main = miso $ \currentURI -> App {model = initModel currentURI, ..} events = defaultEvents initialAction = NoOp mountPoint = Nothing - logLevel = DebugPrerender (∈) :: Ord a => a -> Set a -> Bool (∈) = Set.member |