From 866bd74d8063a31486c18de7473768a865e739e8 Mon Sep 17 00:00:00 2001 From: Nicholas Persley Date: Wed, 7 Aug 2024 17:09:54 -0400 Subject: [PATCH] Remove debug code from `SW_Control.c` --- src/SW_Control.c | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/SW_Control.c b/src/SW_Control.c index 50248a7a5..690b3f222 100644 --- a/src/SW_Control.c +++ b/src/SW_Control.c @@ -1082,14 +1082,6 @@ void SW_CTL_run_sw( } #if defined(SWNETCDF) - SW_WALLTIME wallTime; - WallTimeSpec toutput; - Bool ok; - - SW_WT_StartTime(&wallTime); - - set_walltime(&toutput, &ok); - SW_NC_write_output( &SW_Domain->OutDom, local_sw.OutRun.p_OUT, @@ -1099,14 +1091,6 @@ void SW_CTL_run_sw( SW_Domain->DomainType, LogInfo ); - - SW_WT_TimeRun(toutput, ok, &wallTime); - - SW_WT_ReportTime(wallTime, LogInfo); - - printf("\n====================="); - - // printf("DONE\n"); #endif // Clear local instance of SW_RUN