Skip to content

Commit 8f48758

Browse files
nordicjmkartben
authored andcommitted
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>
1 parent 4c24124 commit 8f48758

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmake/modules/yaml.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,6 @@ function(yaml_set)
321321
endif()
322322
list(POP_FRONT ARG_YAML_LIST map_value)
323323
string(REGEX REPLACE "[ ]*(:|,)[ ]*" "\"\\1\"" qouted_map_value "\"${map_value}\"")
324-
message("foo: ${map_value}")
325-
message("bar: ${qouted_map_value}")
326324
string(JSON json_content SET "${json_content}" ${ARG_YAML_KEY} ${i} "{${qouted_map_value}}")
327325
endforeach()
328326
else()

0 commit comments

Comments
 (0)