simply remove it in case password log

This commit is contained in:
rustdesk 2025-08-19 00:23:17 +08:00
commit d187121645

View file

@ -149,7 +149,6 @@ pub fn core_main() -> Option<Vec<String>> {
}
}
hbb_common::init_log(false, &log_name);
log::info!("main start args: {:?}, env: {:?}", args, std::env::args());
// linux uni (url) go here.
#[cfg(all(target_os = "linux", feature = "flutter"))]