Skip to content

Commit

Permalink
Turn off InfoLog() under StateLog().
Browse files Browse the repository at this point in the history
  • Loading branch information
theurich committed Dec 6, 2024
1 parent e569cec commit a5d550d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Superstructure/State/src/ESMF_StateAPI.cppF90
Original file line number Diff line number Diff line change
Expand Up @@ -1853,7 +1853,7 @@ type(ESMF_KeywordEnforcer), optional:: keywordEnforcer ! must use keywords below
ESMF_ERR_PASSTHRU, &
ESMF_CONTEXT, rcToReturn=rc)) return

#if 1
#if 0
!TODO: need a way to indicate from calling side that info should be logged
block
type(ESMF_Info) :: info
Expand Down

0 comments on commit a5d550d

Please sign in to comment.