Skip to content

Commit be024c8

Browse files
committed
Remove unnecessary dbg_trace statement
1 parent d560041 commit be024c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Auto/Tactic.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ def addTryThisTacticSeqSuggestion (ref : Syntax) (suggestion : TSyntax ``Lean.Pa
331331
if let some range := (origSpan?.getD ref).getRange? then
332332
let map ← getFileMap
333333
let (indent, column) := Lean.Meta.Tactic.TryThis.getIndentAndColumn map range
334-
dbg_trace s!"indent: {indent}, column: {column}"
335334
let text := fmt.pretty (width := Std.Format.defWidth) indent column
336335
let suggestion := {
337336
-- HACK: The `tacticSeq` syntax category is pretty-printed with each line

0 commit comments

Comments
 (0)