Skip to content

Commit

Permalink
Revert "Trace "Queued vertex""
Browse files Browse the repository at this point in the history
This reverts commit 5cfb3d1.
  • Loading branch information
runeksvendsen committed Jan 22, 2024
1 parent 5cfb3d1 commit fb01e4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Data/Graph/Dijkstra.hs
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ relax pathTo' distToFrom edge = do
let to = DG.eToIdx edge
newToWeight = calcWeight distToFrom (DG.eMeta edge)
-- push (l + w, (edge :, v))
traceM $ "##### Queued vertex with prio " <> show newToWeight <> " through edge: " <> show (DG.eMeta edge)
R.lift $ enqueueVertex state (to, edge : pathTo') newToWeight

-- | Create initial 'MState'
Expand Down

0 comments on commit fb01e4a

Please sign in to comment.