Skip to content

Commit ce11d9e

Browse files
committed
De-duplicate SMT result log message
1 parent 5fdd57a commit ce11d9e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

booster/library/Booster/SMT/Interface.hs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -370,10 +370,6 @@ checkPredicates ctxt givenPs givenSubst psToCheck
370370
Log.logMessage . Pretty.renderOneLineText $
371371
hsep ("Predicates to check:" : map (pretty' @mods) (Set.toList psToCheck))
372372
result <- interactWithSolver smtGiven sexprsToCheck
373-
Log.logMessage $
374-
"Check of Given ∧ P and Given ∧ !P produced "
375-
<> (Text.pack $ show result)
376-
377373
case result of
378374
(Unsat, Unsat) -> pure Nothing -- defensive choice for inconsistent ground truth
379375
(Sat, Sat) -> do

0 commit comments

Comments
 (0)