Skip to content

Commit

Permalink
Less noise when debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
msooseth committed Jan 13, 2025
1 parent d9fe512 commit 7a80814
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/EVM/Solvers.hs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ withSolvers solver count threads timeout cont = do
when (conf.debug) $ putStrLn $ " Cex found via fuzzing:" <> (show fuzzResult)
writeChan r (Sat $ fromJust fuzzResult)
else if not conf.onlyCexFuzz then do
when (conf.debug) $ putStrLn " Fuzzing failed to find a Cex"
-- reset solver and send all lines of provided script
out <- sendScript inst (SMT2 ("(reset)" : cmds) mempty ps)
case out of
Expand Down

0 comments on commit 7a80814

Please sign in to comment.