File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -574,7 +574,6 @@ mod tests {
574
574
. create_client :: < SetParametersAtomically > ( "/get_set/node/set_parameters_atomically" ) ?;
575
575
576
576
try_until_timeout ( || {
577
- println ! ( " >> testing services" ) ;
578
577
get_client. service_is_ready ( ) . unwrap ( )
579
578
&& set_client. service_is_ready ( ) . unwrap ( )
580
579
&& set_atomically_client. service_is_ready ( ) . unwrap ( )
@@ -587,7 +586,6 @@ mod tests {
587
586
let inner_done = done. clone ( ) ;
588
587
let rclrs_spin = tokio:: task:: spawn ( async move {
589
588
try_until_timeout ( move || {
590
- println ! ( " -- spin" ) ;
591
589
executor
592
590
. spin ( SpinOptions :: spin_once ( ) . timeout ( Duration :: ZERO ) )
593
591
. timeout_ok ( )
@@ -646,7 +644,6 @@ mod tests {
646
644
)
647
645
. unwrap ( ) ;
648
646
try_until_timeout ( || {
649
- println ! ( "checking client" ) ;
650
647
* client_finished. read ( ) . unwrap ( )
651
648
} )
652
649
. await
@@ -796,7 +793,6 @@ mod tests {
796
793
)
797
794
. unwrap ( ) ;
798
795
try_until_timeout ( || {
799
- println ! ( "checking client finished" ) ;
800
796
* client_finished. read ( ) . unwrap ( )
801
797
} )
802
798
. await
You can’t perform that action at this time.
0 commit comments