Skip to content

Commit

Permalink
rm printlns
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Jan 10, 2024
1 parent 4fa06d4 commit 650c7f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/seed-keeper-wit-ui/src/output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ impl Output {
encrypted: self.encrypted.clone().into(),
};

println!("config: {:?}", config);

if let Err(e) = set_config(&config) {
return Value::from(format!("Error in Output setting config: {:?}", e));
}
Expand All @@ -47,7 +45,6 @@ impl Output {
events::Contexts::Events(events::Event::Encrypted(encrypted.clone()));
// serialize the event
let serialized = serde_json::to_string(&encr_evt).unwrap();
println!("serialized Encrypted Event: {}", serialized);
// emit the event
emit(&serialized);
}
Expand Down

0 comments on commit 650c7f4

Please sign in to comment.