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:
parent
4c24124654
commit
8f48758836
1 changed files with 0 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue