remove one faulty line

This commit is contained in:
iVacon 2023-06-08 15:45:34 +03:00
parent 1ca0fb7327
commit 50dd9d347a

View file

@ -52,7 +52,6 @@ fn main() {
print!("{}", figlet); print!("{}", figlet);
} }
// Print all the things we've been saving. // Print all the things we've been saving.
print!("{}", figlet);
println!("{}@{}", user.clone().trim(), hostname.clone().trim()); println!("{}@{}", user.clone().trim(), hostname.clone().trim());
println!("------------------------"); println!("------------------------");
println!("OS: {}", Red.paint(distro_name.clone())); println!("OS: {}", Red.paint(distro_name.clone()));