talkinggoat 0 Posted November 6, 2022 What is: #ifdef CF_TRACE_ENABLED auto trace = CF_Trace_0(this, "DeferredInit"); #endif Where/how is it enabled/disabled? Google only returned 2 results for "CF_TRACE_ENABLED" Share this post Link to post Share on other sites
talkinggoat 0 Posted November 6, 2022 Found it. This is part of the CF (community framework) mod. From their Github: TRACE0 CF_Log.Trace Logs that contain the most detailed messages. These messages should never be enabled in a production environment. Share this post Link to post Share on other sites