Skip to content

Commit

Permalink
Remove old comments
Browse files Browse the repository at this point in the history
Signed-off-by: Michael X. Grey <grey@openrobotics.org>
  • Loading branch information
mxgrey committed Oct 14, 2024
1 parent 0138e33 commit 22d2c84
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions rclrs/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -468,19 +468,6 @@ impl Node {
return;
}
}

// match on_graph_change_receiver.next().await {
// Some(_) => {
// if condition() {
// // Condition is met
// return;
// }
// }
// None => {
// // Graph change sender is closed
// return;
// }
// }
}
});

Expand Down

0 comments on commit 22d2c84

Please sign in to comment.