mirror of
https://github.com/Z3Prover/z3
synced 2025-04-11 03:33:35 +00:00
remove debug out
This commit is contained in:
parent
c9cae77304
commit
13dcfd26dd
|
@ -1734,7 +1734,6 @@ namespace sls {
|
|||
{
|
||||
zstring s1;
|
||||
if (ctx.is_true(e) && some_string_in_re(y, s1)) {
|
||||
verbose_stream() << "some string in re " << " " << s1.length() << "\n";
|
||||
m_str_updates.push_back({ x, s1, 1 });
|
||||
return apply_update();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue