Skip to content

Commit

Permalink
removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuipers committed Apr 10, 2012
1 parent cf9c948 commit 2f5e5bd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sources/polywrap.cc
Expand Up @@ -231,9 +231,6 @@ WORD *poly_divmod(PHEAD WORD *a, WORD *b, int divmod) {

// divide and determine the power
poly ppow(pa/pb);
#ifdef DEBUG
cout << pa << " / " << pb << " = " << ppow << endl;
#endif
for (int i=1; i<ppow[0]; i+=ppow[i])
denompower = max(denompower, DENOMPOWER - ppow[i+AN.poly_num_vars]);

Expand Down

0 comments on commit 2f5e5bd

Please sign in to comment.