diff --git a/src/math/polysat/simplify_clause.cpp b/src/math/polysat/simplify_clause.cpp index 4b8231479..dbdaf6833 100644 --- a/src/math/polysat/simplify_clause.cpp +++ b/src/math/polysat/simplify_clause.cpp @@ -111,7 +111,7 @@ namespace polysat { continue; if (e.interval.currently_contains(f.interval)) { // f subset of e ==> f.src subsumes e.src - LOG("Literal " << s.lit2cnstr(cl[i]) << " subsumed by " << s.lit2cnstr(cl[j]) << "\n"); + LOG("Literal " << s.lit2cnstr(cl[i]) << " subsumed by " << s.lit2cnstr(cl[j])); e.subsumed = true; any_subsumed = true; break;