Skip to content

Commit

Permalink
Merge pull request #1077 from alexfmpe/remove-trace
Browse files Browse the repository at this point in the history
Remove trace statement
  • Loading branch information
ali-abrar authored May 28, 2024
2 parents 7e3f42c + c1eabe5 commit b50ac6a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/frontend/src/Obelisk/Frontend.hs
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ import qualified Obelisk.ExecutableConfig.Lookup as Lookup
import System.Info (os)
import Web.Cookie

import Debug.Trace

type ObeliskWidget t route m =
( DomBuilder t m
, MonadFix m
Expand Down Expand Up @@ -132,7 +130,6 @@ nodeListNodes es = do

setInitialRoute :: Bool -> JSM ()
setInitialRoute useHash = do
traceM "setInitialRoute"
window <- DOM.currentWindowUnchecked
initialLocation <- DOM.getLocation window
initialUri <- getLocationUri initialLocation
Expand Down

0 comments on commit b50ac6a

Please sign in to comment.