mirror of
https://github.com/Z3Prover/z3
synced 2025-09-11 20:21:25 +00:00
Fix verbose logs
This commit is contained in:
parent
0cfc0af7ee
commit
fa0a481fc8
2 changed files with 1 additions and 5 deletions
|
@ -50,9 +50,6 @@ static LogLevel get_max_log_level(std::string const& fn, std::string const& pret
|
|||
(void)fn;
|
||||
(void)pretty_fn;
|
||||
|
||||
if (fn == "push_cjust")
|
||||
return LogLevel::Verbose;
|
||||
|
||||
// if (fn == "pop_levels")
|
||||
// return LogLevel::Default;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue