Skip to content

Commit

Permalink
Remove debug code from SW_Control.c
Browse files Browse the repository at this point in the history
  • Loading branch information
N1ckP3rsl3y committed Aug 7, 2024
1 parent e27d5d4 commit 866bd74
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/SW_Control.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
Expand Down

0 comments on commit 866bd74

Please sign in to comment.