Skip to content

Commit

Permalink
style(to-core): 🔇 Remove old debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
bristermitten committed Jun 1, 2024
1 parent f36f12e commit eda6d02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Elara/ToCore.hs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ runToCorePipeline =
moduleToCore :: HasCallStack => VariableTable -> ToCoreC r => Module 'Typed -> Sem r CoreModule
moduleToCore vt (Module (Located _ m)) = runReader vt $ do
let name = m ^. field' @"name" % unlocated
debugPretty name
let declGraph = createGraph (m ^. field' @"declarations")
decls <- for (allEntriesRevTopologically declGraph) $ \decl -> do
let declName = decl ^. _Unwrapped % unlocated % field' @"name" % unlocated % to (fmap nameText)
Expand Down

0 comments on commit eda6d02

Please sign in to comment.