Skip to content

Commit

Permalink
#16: bindings: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrepebay committed Oct 21, 2023
1 parent 21a71d9 commit e7c77f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bindings/python/tv.cc
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ void tv_from_json(const std::string& input_json_str, const std::string& input_ya
// assert(to.is_number());

// // fmt::print(" From: {}, to: {}\n", from_id, to_id);
json_str
// // Object on this rank sent data
// if (objects.find(from_id) != objects.end()) {
// objects.at(from_id).addSentCommunications(to_id, bytes);
Expand Down

0 comments on commit e7c77f0

Please sign in to comment.