Skip to content

Commit

Permalink
Remove commented printout. #1
Browse files Browse the repository at this point in the history
  • Loading branch information
cnettel committed Apr 25, 2016
1 parent feed28d commit dd721d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cnF2freq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3861,7 +3861,6 @@ template<bool full, typename reporterclass> void doit(FILE* out, bool printalot
{
if (!prevlow)
{
// fprintf(stdout, "prevlow: %d %d %lf\n", ind->n, p, ind->negshift[p]);
negshiftcand ourtuple(ind, 0, p);
negshiftcands[c].insert(ourtuple);
}
Expand Down

0 comments on commit dd721d9

Please sign in to comment.