changeset 1303:0dbb2f2962ce

Removed debugging statements
author neelin <neelin>
date Wed, 13 Dec 2000 16:19:37 +0000
parents 503c8b8decfb
children 21f8bd1aa8ad
files progs/minc_modify_header/minc_modify_header.c
diffstat 1 files changed, 5 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/progs/minc_modify_header/minc_modify_header.c
+++ b/progs/minc_modify_header/minc_modify_header.c
@@ -10,7 +10,10 @@
 @CREATED    : March 31, 1995 (Peter Neelin)
 @MODIFIED   : 
  * $Log: minc_modify_header.c,v $
- * Revision 6.3  2000-11-03 16:35:40  neelin
+ * Revision 6.4  2000-12-13 16:19:37  neelin
+ * Removed debugging statements
+ *
+ * Revision 6.3  2000/11/03 16:35:40  neelin
  * Modified -dinsert option to allow multiple double values to be
  * inserted in an attribute.
  *
@@ -54,7 +57,7 @@
 ---------------------------------------------------------------------------- */
 
 #ifndef lint
-static char rcsid[]="$Header: /private-cvsroot/minc/progs/minc_modify_header/minc_modify_header.c,v 6.3 2000-11-03 16:35:40 neelin Exp $";
+static char rcsid[]="$Header: /private-cvsroot/minc/progs/minc_modify_header/minc_modify_header.c,v 6.4 2000-12-13 16:19:37 neelin Exp $";
 #endif
 
 #include <stdlib.h>
@@ -442,11 +445,6 @@
          /* Clear the value string */
          value = NULL;
 
-         (void) printf("Found %d doubles:\n", num_doubles);
-         for (ivalue=0; ivalue < num_doubles; ivalue++) {
-            (void) printf("   [%3d] = %g\n", ivalue, dvalues[ivalue]);
-         }
-
       }        /* Endif need_double */
    }        /* Endif insert */