Skip to content

Commit

Permalink
fix: remove changes to dfir_rs
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjiang2378 committed Feb 6, 2025
1 parent c77a479 commit 58d0e6e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dfir_rs/src/util/deploy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ pub async fn init_no_ack_start<T: DeserializeOwned + Default>() -> DeployPorts<T
}

let bind_serialized = serde_json::to_string(&bind_results).unwrap();

// We print this line to let other services know the specific port I'm listening on
println!("ready: {bind_serialized}");

let mut start_buf = String::new();
Expand Down

0 comments on commit 58d0e6e

Please sign in to comment.