kill --cm-no-ui

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-03-30 21:54:20 +08:00
parent f91514e164
commit 39917c174a
3 changed files with 6 additions and 19 deletions

View File

@@ -128,11 +128,6 @@ impl DesktopManager {
seat0_username = seat0_values[1].clone();
seat0_display_server = get_display_server_of_session(&seat0_values[0]);
}
println!(
"REMOVE ME ================================== DesktopManager: {:?}, display server: {}",
&seat0_values, &seat0_display_server
);
Self {
seat0_username,
seat0_display_server,