clean SOFTWARE_UPDATE_URL

This commit is contained in:
rustdesk
2024-09-24 12:00:37 +08:00
parent e4f7e126e5
commit 664a3e186e
4 changed files with 11 additions and 16 deletions

View File

@@ -12,8 +12,6 @@ fn main() {
}
common::test_rendezvous_server();
common::test_nat_type();
#[cfg(target_os = "android")]
crate::common::check_software_update();
common::global_clean();
}