Remove commented out code

This commit is contained in:
notplants 2022-01-11 18:10:36 -05:00
parent 171d051710
commit bdfbd7057f
1 changed files with 0 additions and 4 deletions

View File

@ -141,10 +141,6 @@ pub fn dyndns_update_ip() -> Result<bool, PeachError> {
.arg("-k")
.arg(&peach_config.dyn_tsig_key_path)
.arg("-v");
// info!("nsupdate_args: {:?}", args);
// let mut nsupdate_child = nsupdate_command
// .stdin(Stdio::piped())
// .spawn()?;
// pass nsupdate commands via stdin
let public_ip_address = get_public_ip_address()?;
info!("found public ip address: {}", public_ip_address);