Ref: Entfernt Debug-Logging aus network_utils für bereinigten Output.
This commit is contained in:
@@ -137,7 +137,6 @@ pub fn get_ip_from_mac(mac: &str, network: &str) -> Option<String> {
|
||||
}
|
||||
|
||||
let stdout = String::from_utf8_lossy(&out.stdout);
|
||||
log("network_utils", &*stdout, LogLevel::Debug);
|
||||
|
||||
// MAC normalisieren: nur Hex-Zeichen, klein, ohne Trennzeichen
|
||||
let normalize_mac = |m: &str| -> String {
|
||||
|
||||
Reference in New Issue
Block a user