mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-21 19:23:20 +03:00
@@ -963,7 +963,6 @@ impl PeerConfig {
|
|||||||
};
|
};
|
||||||
|
|
||||||
let c = PeerConfig::load(&id_decoded_string);
|
let c = PeerConfig::load(&id_decoded_string);
|
||||||
log::info!("REMOVE ME ============================== peer config {:?}", &c);
|
|
||||||
if c.info.platform.is_empty() {
|
if c.info.platform.is_empty() {
|
||||||
fs::remove_file(p).ok();
|
fs::remove_file(p).ok();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user