From a5d550d2eceab34b4221c491273aae9b28ce0ec9 Mon Sep 17 00:00:00 2001 From: Gerhard Theurich Date: Fri, 6 Dec 2024 14:24:37 -0800 Subject: [PATCH] Turn off InfoLog() under StateLog(). --- src/Superstructure/State/src/ESMF_StateAPI.cppF90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Superstructure/State/src/ESMF_StateAPI.cppF90 b/src/Superstructure/State/src/ESMF_StateAPI.cppF90 index 3e347eaeb5..3ebac37213 100644 --- a/src/Superstructure/State/src/ESMF_StateAPI.cppF90 +++ b/src/Superstructure/State/src/ESMF_StateAPI.cppF90 @@ -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