From 581e64cca138c6f06786d208fc212d828b4053f5 Mon Sep 17 00:00:00 2001 From: cypherkitty Date: Tue, 14 Jan 2025 21:36:01 -0800 Subject: [PATCH] Data Sync refactoring: changing synchronization protocol --- meta-secret/core/src/node/server/server_app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-secret/core/src/node/server/server_app.rs b/meta-secret/core/src/node/server/server_app.rs index 0515f40..2cda58f 100644 --- a/meta-secret/core/src/node/server/server_app.rs +++ b/meta-secret/core/src/node/server/server_app.rs @@ -159,7 +159,7 @@ mod test { #[tokio::test] async fn test_sign_up_one_device() -> anyhow::Result<()> { - setup_tracing()?; + //setup_tracing()?; let registry = FixtureRegistry::extended().await?;