Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
poor-circle committed Sep 26, 2024
1 parent 79085b2 commit 4fbc250
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/ylt/metric/summary.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ class basic_dynamic_summary
metric.labels.reserve(labels_value.size());
for (auto& e : labels_value) metric.labels.emplace_back(e);
}
auto i3 = std::chrono::steady_clock::now();
iguana::to_json(summary, str);
}
#endif
Expand Down

0 comments on commit 4fbc250

Please sign in to comment.