Resolve "CLI printout for split rendering parameters not under DEBUGGING in renderer config"
requested to merge 1007-cli-printout-for-split-rendering-parameters-not-under-debugging-in-renderer-config into main
- Related issues: #1007 (closed)
- Requested reviewers: @szczerba, @tyagiri
Reason why this change is needed
- The CLI printout of split rendering parameters in
render_config_reader.c
are not under DEBUGGING like the others. This should be aligned.
Description of the change
- Printout is wrapped under #ifdef DEBUGGING
Affected operating points
- None, cosmetic only
Edited by Archit Tamarapu