remove println
This commit is contained in:
parent
bf74c5c678
commit
bd23149ce5
1 changed files with 0 additions and 2 deletions
|
@ -20,8 +20,6 @@ pub fn get_radio_data(fl_host: &str, fl_port: &str) -> Result<RadioData, Error>
|
||||||
let mode = parse_xml(&mode);
|
let mode = parse_xml(&mode);
|
||||||
let power = parse_xml(&power);
|
let power = parse_xml(&power);
|
||||||
|
|
||||||
println!("{freq} --- {mode} --- {power}");
|
|
||||||
|
|
||||||
let radio_data = RadioData {
|
let radio_data = RadioData {
|
||||||
key: String::from(""),
|
key: String::from(""),
|
||||||
radio: String::from(""),
|
radio: String::from(""),
|
||||||
|
|
Loading…
Reference in a new issue