Skip to content

Commit 69ea3c9

Browse files
committed
Removed debuggins statements
1 parent 4a357c6 commit 69ea3c9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

examples/common/main.F90

+1-6
Original file line numberDiff line numberDiff line change
@@ -322,12 +322,7 @@ program main
322322

323323
call MOSSCO_TimeSet(stopTime, stop, localrc)
324324
_MOSSCO_LOG_AND_FINALIZE_ON_ERROR_(rc)
325-
326-
write(*,*) start, stop
327-
call ESMF_TimePrint(startTime, options="string")
328-
call ESMF_TimePrint(stopTime, options="string")
329-
stop
330-
325+
331326
if (startTime >= stopTime) then
332327
call ESMF_TimeGet(startTime, timeStringISOFrac=timestring, rc=localrc)
333328
_MOSSCO_LOG_AND_FINALIZE_ON_ERROR_(rc)

0 commit comments

Comments
 (0)