Skip to content

Commit 4c224f3

Browse files
committed
remove leftover sleep.
1 parent 69d3e56 commit 4c224f3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lisa-sets/src/main/scala/lisa/automation/Tableau.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,6 @@ object Tableau extends ProofTactic with ProofSequentTactic with ProofFactSequent
477477
val (x, t) = closeSubst.get._1.minBy((x, t) => branch.varsOrder(x))
478478
// println("Instantiating " + x.id + " with " + t.repr)
479479
// println("Branch before instantiation: " + branch)
480-
Thread.sleep(500)
481480
val (recBranch, instantiated) = applyInst(branch, x, t)
482481
val upperProof = decide(recBranch)
483482
upperProof.map((proof, step) =>

0 commit comments

Comments
 (0)