[cmor] 48/190: removed print statements

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Jul 21 12:54:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch debian/master
in repository cmor.

commit 893a2a155c090f50eb257a9786fb57a4ebeb8c2c
Author: Charles Doutriaux <doutriaux1 at llnl.gov>
Date:   Wed Sep 1 18:29:44 2010 -0700

    removed print statements
---
 Src/cmor_variables.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Src/cmor_variables.c b/Src/cmor_variables.c
index 3397eb1..55fec59 100644
--- a/Src/cmor_variables.c
+++ b/Src/cmor_variables.c
@@ -755,11 +755,9 @@ int cmor_variable(int *var_id, char *name, char *units, int ndims, int axes_ids[
 	  j-=1;
 	  /* ok then we create a dummy axis that we will add at the end of the axes */
 	  if (cmor_tables[CMOR_TABLE].axes[refvar.dimensions[i]].bounds_value[0]!=1.e20) {
-	    printf("what!!!!\n");
 	    ierr = cmor_axis(&k,cmor_tables[CMOR_TABLE].axes[refvar.dimensions[i]].id,cmor_tables[CMOR_TABLE].axes[refvar.dimensions[i]].units,1,&cmor_tables[CMOR_TABLE].axes[refvar.dimensions[i]].value,'d',&cmor_tables[CMOR_TABLE].axes[refvar.dimensions[i]].bounds_value[0],2,"");
 	  }
 	  else {
-	    printf("CRAPPY\n");
 	    ierr = cmor_axis(&k,cmor_tables[CMOR_TABLE].axes[refvar.dimensions[i]].id,cmor_tables[CMOR_TABLE].axes[refvar.dimensions[i]].units,1,&cmor_tables[CMOR_TABLE].axes[refvar.dimensions[i]].value,'d',NULL,0,"");
 	  }
 	  laxes_ids[ndims+lndims]=k;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cmor.git



More information about the debian-science-commits mailing list