simply remove it in case password log

This commit is contained in:
rustdesk
2025-08-19 00:23:17 +08:00
parent a22f2108c6
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"))]