Skip to content

Commit 3ca6b38

Browse files
committed
Removed printing 'TODO: undefined'
1 parent 8e91fa3 commit 3ca6b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wsjcpp_yaml.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ std::string WsjcppYamlItem::toString(std::string sIntent) {
554554
}
555555
}
556556
} else {
557-
sRet = "TODO: undefined";
557+
sRet = ""; // undefined element must be empty
558558
}
559559
if (sIntent == "") {
560560
WsjcppCore::trim(sRet);

0 commit comments

Comments
 (0)