Skip to content

Commit 22d2c84

Browse files
committed
Remove old comments
Signed-off-by: Michael X. Grey <[email protected]>
1 parent 0138e33 commit 22d2c84

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

rclrs/src/node.rs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -468,19 +468,6 @@ impl Node {
468468
return;
469469
}
470470
}
471-
472-
// match on_graph_change_receiver.next().await {
473-
// Some(_) => {
474-
// if condition() {
475-
// // Condition is met
476-
// return;
477-
// }
478-
// }
479-
// None => {
480-
// // Graph change sender is closed
481-
// return;
482-
// }
483-
// }
484471
}
485472
});
486473

0 commit comments

Comments
 (0)