mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2026-03-10 22:13:14 +08:00
remove lic check
This commit is contained in:
@@ -29,10 +29,6 @@ fn main() -> ResultType<()> {
|
||||
section.iter().for_each(|(k, v)| std::env::set_var(k, v));
|
||||
}
|
||||
}
|
||||
#[cfg(not(debug_assertions))]
|
||||
if !lic::check_lic(matches.value_of("email").unwrap_or(""), version::VERSION) {
|
||||
return Ok(());
|
||||
}
|
||||
start(
|
||||
matches.value_of("port").unwrap_or(&RELAY_PORT.to_string()),
|
||||
matches.value_of("key").unwrap_or(""),
|
||||
|
||||
Reference in New Issue
Block a user