Mercurial > hg > minc-tools
changeset 2609:53a82be97762
Removed debug printing
author | Vladimir S. FONOV <vladimir.fonov@gmail.com> |
---|---|
date | Thu, 09 Feb 2012 11:19:58 -0500 |
parents | dbfe9ccb08f8 |
children | 2ac77f7b06ca |
files | libsrc/voxel_loop.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libsrc/voxel_loop.c +++ b/libsrc/voxel_loop.c @@ -357,7 +357,7 @@ int need_to_free_loop_options; int old_ncopts; - (void)fprintf(stderr, "About to loop, max_buffer is %d\n", loop_options->total_copy_space); + //(void)fprintf(stderr, "About to loop, max_buffer is %d\n", loop_options->total_copy_space); /* Save ncopts and set it to default value */ old_ncopts = ncopts;