fix: Remove spurious print

This commit is contained in:
Leni Aniva 2025-01-24 19:24:54 -08:00
parent 787c9e606d
commit 6a7830cb71
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 0 additions and 2 deletions

View File

@ -750,8 +750,6 @@ def test_tactic_failure_synthesize_placeholder : TestM Unit := do
addTest $ assertUnreachable $ other.toString
return ()
let iex : InternalExceptionId := { idx := 4 }
IO.println s!"{← iex.getName}"
let tactic := "simpa [h] using And.imp_left h _"
--let state2 ← match ← state1.tacticOn 0 tactic with
-- | .success state => pure state