From 84189e2d9ed57134846a0f07cc517697e3a19936 Mon Sep 17 00:00:00 2001 From: gterzian <2792687+gterzian@users.noreply.github.com> Date: Sun, 16 Jul 2023 17:28:49 +0800 Subject: [PATCH] remove prints in example --- examples/distributed_bakery.rs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/examples/distributed_bakery.rs b/examples/distributed_bakery.rs index 76fb1703..73180327 100644 --- a/examples/distributed_bakery.rs +++ b/examples/distributed_bakery.rs @@ -62,7 +62,6 @@ async fn increment_output(doc_handle: &DocHandle, customer_id: &str) -> Result Result our_number { - println!("End run_bakery_algorithm loop"); return; } } @@ -201,7 +195,6 @@ async fn acknowlegde_changes(doc_handle: DocHandle, customer_id: String) { } loop { - println!("Start acknowlegde_changes loop"); doc_handle.changed().await.unwrap(); // Perform reads outside of closure,