Index: /issm/trunk-jpl/src/c/cores/controladm1qn3_core.cpp
===================================================================
--- /issm/trunk-jpl/src/c/cores/controladm1qn3_core.cpp	(revision 25592)
+++ /issm/trunk-jpl/src/c/cores/controladm1qn3_core.cpp	(revision 25593)
@@ -260,11 +260,4 @@
 	solutioncore(femmodel);
 
-	/*Reset the time to zero for next optimization (FIXME: this may actually not be needed)*/
-	if(solution_type==TransientSolutionEnum){
-		IssmDouble restart_time;
-		femmodel->parameters->FindParam(&restart_time,TimesteppingStartTimeEnum);
-		femmodel->parameters->SetParam(restart_time,TimeEnum);
-	}
-
 	/*Get Dependents*/
 	IssmDouble   output_value;
@@ -305,6 +298,4 @@
 	/*Turning off trace tape*/
 	simul_stoptrace();
-	//time_t now = time(NULL);
-	//if(my_rank==0) _printf_("\nTIME: "<<now<<"\n");
 
 	/*intermediary: */
