mirror of
https://github.com/Z3Prover/z3
synced 2026-07-15 03:25:43 +00:00
theory_nseq: drop stray std::cout debug print in check_length_coherence
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
parent
2865e5f64d
commit
c0fbca4f41
1 changed files with 0 additions and 1 deletions
|
|
@ -2101,7 +2101,6 @@ namespace smt {
|
|||
literal_vector dep_lits;
|
||||
|
||||
for (unsigned idx : mem_indices) {
|
||||
std::cout << seq::mem_pp(mems[idx]) << std::endl;
|
||||
seq::deps_to_lits(m_nielsen.dep_mgr(), mems[idx].m_dep, eqs, dep_lits);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue