Index: /issm/trunk-jpl/src/c/cores/ad_core.cpp
===================================================================
--- /issm/trunk-jpl/src/c/cores/ad_core.cpp	(revision 18886)
+++ /issm/trunk-jpl/src/c/cores/ad_core.cpp	(revision 18887)
@@ -59,5 +59,5 @@
 			
 			/*Print tape statistics so that user can kill this run if something is off already:*/
-			if(VerboseAutodiff()){
+			if(VerboseAutodiff()){ /*{{{*/
 				tapestats(my_rank,tape_stats); //reading of tape statistics
 				int commSize=IssmComm::GetSize();
@@ -99,5 +99,5 @@
 				}
 				delete [] sstats;
-			}
+			} /*}}}*/
 
 			/*retrieve state variable: */
@@ -258,5 +258,4 @@
 				/*call driver: */
 				fos_reverse(my_rank,num_dependents,num_independents, aWeightVector, weightVectorTimesJac );
-				if(VerboseAutodiff())_printf0_("   done with fos_reverse\n");
 
 				/*add to results*/
