Skip to content

Commit

Permalink
less yaml tracing (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeegan authored Oct 27, 2023
1 parent a91be5d commit aa5093f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inc/mkn/kul/yaml.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ class Item {

static void VALIDATE(YAML::Node const &n, const std::vector<NodeValidator> &nvs)
KTHROW(Exception) {
KUL_DBG_FUNC_ENTER
mkn::kul::hash::set::String keys;
for (const auto &nv : nvs)
if (nv.name() == "*") return;
Expand Down

0 comments on commit aa5093f

Please sign in to comment.