cmake: modules: yaml: Remove debug messages

Some debug output was accidentally  left in, this removes it

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2025-01-28 11:15:41 +00:00 committed by Benjamin Cabé
commit 8f48758836

View file

@ -321,8 +321,6 @@ function(yaml_set)
endif()
list(POP_FRONT ARG_YAML_LIST map_value)
string(REGEX REPLACE "[ ]*(:|,)[ ]*" "\"\\1\"" qouted_map_value "\"${map_value}\"")
message("foo: ${map_value}")
message("bar: ${qouted_map_value}")
string(JSON json_content SET "${json_content}" ${ARG_YAML_KEY} ${i} "{${qouted_map_value}}")
endforeach()
else()