From 1f91fc68cae5072d590bb2103c1c805a1b82b61c Mon Sep 17 00:00:00 2001 From: John Doty Date: Sun, 16 Oct 2022 09:15:45 -0700 Subject: [PATCH] This comment was stale --- src/lib.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index bf788db..dc0a1a5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -124,9 +124,6 @@ async fn client_sync( ) -> Result<(), tokio::io::Error> { info!("Waiting for synchronization marker..."); - // Run these two loops in parallel; the copy of stdin should stop when - // we've seen the marker from the client. If the pipe closes for whatever - // reason then obviously we quit. let mut stdout = tokio::io::stdout(); tokio::select! { result = async {