Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Whitehead <[email protected]>
  • Loading branch information
andrewwhitehead committed Sep 7, 2023
1 parent fe74df6 commit bd84071
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ impl Store {
.provision_backend(key_method, pass_key, Some(default_profile), recreate)
.await?;
for profile in profile_ids {
println!("copy profile: {}", profile);
copy_profile(&self.0, &target, &profile, &profile).await?;
}
Ok(Self::new(target))
Expand Down

0 comments on commit bd84071

Please sign in to comment.