Skip to content

Commit

Permalink
chore: remove dbg_trace
Browse files Browse the repository at this point in the history
  • Loading branch information
david-christiansen committed Dec 18, 2024
1 parent 573d97f commit 3008d9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/verso-manual/VersoManual/Docstring.lean
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,6 @@ def tryElabInlineCodeName (str : String) : DocElabM Term := do
if x.toString == str then
let stx := mkIdent x
let n ← realizeGlobalConstNoOverload stx
dbg_trace "NAME {n} worked for {str}"
let hl : Highlighted ← constTok n str
``(Verso.Doc.Inline.other (Inline.leanFromMarkdown $(quote hl)) #[Verso.Doc.Inline.code $(quote str)])
else
Expand Down

0 comments on commit 3008d9e

Please sign in to comment.