Skip to content

Commit

Permalink
get rid of print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
susanathey committed May 15, 2017
1 parent 2efaa33 commit e7f5728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/partition.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ partition(int nodenum, pNode splitnode, double *sumrisk, int n1, int n2,
return 0;
}
#ifdef DEBUG
print_tree(me, 4);
/* print_tree(me, 4); */
#endif
if (ct.maxsur > 0)
surrogate(me, n1, n2);
Expand Down

0 comments on commit e7f5728

Please sign in to comment.