Skip to content

Commit

Permalink
chore: remove leftover traces
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-adjedj committed Apr 24, 2024
1 parent 28f0c03 commit 70a0ce4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Lean/Meta/Injective.lean
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ private def mkInjectiveTheorem (ctorVal : ConstructorVal) : MetaM Unit := do
| return ()
let value ← mkInjectiveTheoremValue ctorVal.name type
let name := mkInjectiveTheoremNameFor ctorVal.name
trace[Meta.injective] "theorem {name} : {type} := {value}"
addDecl <| Declaration.thmDecl {
name
levelParams := ctorVal.levelParams
Expand Down Expand Up @@ -165,7 +164,6 @@ private def mkInjectiveEqTheorem (ctorVal : ConstructorVal) : MetaM Unit := do
| return ()
let value ← mkInjectiveEqTheoremValue ctorVal.name type
let name := mkInjectiveEqTheoremNameFor ctorVal.name
trace[Meta.injective] "theorem {name} : {type} := {value}"
addDecl <| Declaration.thmDecl {
name
levelParams := ctorVal.levelParams
Expand Down

0 comments on commit 70a0ce4

Please sign in to comment.