Skip to content

Commit

Permalink
remove debug out
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Dec 25, 2024
1 parent c9cae77 commit 13dcfd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ast/sls/sls_seq_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 13dcfd2

Please sign in to comment.