diff --git a/app/Main.hs b/app/Main.hs index fe00f13..918efb0 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -124,6 +124,5 @@ main = runStderrLoggingT $ withPostgresqlPool connStr 10 $ \pool -> liftIO $ do p1 : _ <- liftIO $ Track.parseFile "track.gpx" Store.save p1 - static'@(Static settings) <- static "frontend" - -- putStrLn ("loaded " ++ show (List.length points) ++ " points from GPX") + static' <- static "frontend" warp 3000 $ Souplesse static'