Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chhwang committed Sep 27, 2024
1 parent dae1bb2 commit 73aee74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ark/api/planner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ std::string Planner::Impl::plan(bool pretty) const {

Json config = Json::object();
for (auto &obj : get_context(node, "Config")) {
LOG(INFO, obj.dump());
auto &items = obj[1];
for (auto &item : items.items()) {
config[item.key()] = item.value();
Expand Down

0 comments on commit 73aee74

Please sign in to comment.