From 2fd4fabe7abcc4fd282a085f1124ec34e9d0264c Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Tue, 17 Sep 2024 16:15:21 -0400 Subject: [PATCH] Drop debug statements --- magic-nix-cache/src/flakehub.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/magic-nix-cache/src/flakehub.rs b/magic-nix-cache/src/flakehub.rs index ec6c548..7a5ba98 100644 --- a/magic-nix-cache/src/flakehub.rs +++ b/magic-nix-cache/src/flakehub.rs @@ -38,9 +38,6 @@ pub async fn init_cache( store: Arc, using_dnixd: bool, ) -> Result { - dbg!(using_dnixd); - dbg!(flakehub_api_server_netrc); - // Parse netrc to get the credentials for api.flakehub.com. let netrc = { let mut netrc_file = File::open(flakehub_api_server_netrc).await.map_err(|e| {