Skip to content

Commit b0bc414

Browse files
Update polynomial.cpp
1 parent 58bab09 commit b0bc414

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/math/polynomial/polynomial.cpp‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,6 @@ namespace polynomial {
989989
tout << "\n";);
990990
monomial * r = mk_monomial(product_tmp);
991991
TRACE(monomial_mul_bug,
992-
tout << "j: " << j << "\n";
993992
tout << "r: "; r->display(tout); tout << "\n";
994993
tout << "pws1: "; for (unsigned i = 0; i < sz1; i++) tout << pws1[i] << " "; tout << "\n";
995994
tout << "pws2: "; for (unsigned i = 0; i < sz2; i++) tout << pws2[i] << " "; tout << "\n";

0 commit comments

Comments
 (0)