Skip to content

Commit

Permalink
Drop debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Sep 17, 2024
1 parent 912aba9 commit 2fd4fab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions magic-nix-cache/src/flakehub.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ pub async fn init_cache(
store: Arc<NixStore>,
using_dnixd: bool,
) -> Result<State> {
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| {
Expand Down

0 comments on commit 2fd4fab

Please sign in to comment.