From 22d2c843b8117e8e9a36737d0977516c7a8b8930 Mon Sep 17 00:00:00 2001 From: "Michael X. Grey" Date: Mon, 14 Oct 2024 20:40:13 +0800 Subject: [PATCH] Remove old comments Signed-off-by: Michael X. Grey --- rclrs/src/node.rs | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/rclrs/src/node.rs b/rclrs/src/node.rs index fcc3a057c..3614ef34b 100644 --- a/rclrs/src/node.rs +++ b/rclrs/src/node.rs @@ -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; - // } - // } } });