Index: /issm/trunk-jpl/src/c/classes/ExternalResults/GenericExternalResult.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/ExternalResults/GenericExternalResult.h	(revision 26920)
+++ /issm/trunk-jpl/src/c/classes/ExternalResults/GenericExternalResult.h	(revision 26921)
@@ -227,5 +227,4 @@
 } /*}}}*/
 template <> inline void GenericExternalResult<bool>::Marshall(MarshallHandle* marshallhandle){/*{{{*/
-	printf("-------------- file: GenericExternalResult.h line: %i\n",__LINE__); 
 	this->GenericMarshall(marshallhandle);
 
@@ -331,5 +330,4 @@
 } /*}}}*/
 template <> inline void GenericExternalResult<char*>::Marshall(MarshallHandle* marshallhandle){/*{{{*/
-	printf("-------------- file: GenericExternalResult.h line: %i\n",__LINE__); 
 	marshallhandle->call(this->id);
 	marshallhandle->call(this->result_name);
@@ -456,5 +454,4 @@
 } /*}}}*/
 template <> inline void GenericExternalResult<int*>::Marshall(MarshallHandle* marshallhandle){/*{{{*/
-	printf("-------------- file: GenericExternalResult.h line: %i\n",__LINE__);
 
 	int object_enum = this->ObjectEnum();
@@ -590,5 +587,4 @@
 } /*}}}*/
 template <> inline void GenericExternalResult<IssmPDouble*>::Marshall(MarshallHandle* marshallhandle){/*{{{*/
-	printf("-------------- file: GenericExternalResult.h line: %i\n",__LINE__); 
 
 	int object_enum = this->ObjectEnum();
