forked from nonsensical-dev/zenyx-engine
remove welcome message to save terminal space
This commit is contained in:
parent
fb4908c0a3
commit
7ec772e011
2 changed files with 2 additions and 6 deletions
|
@ -1,11 +1,6 @@
|
|||
use colored::Colorize;
|
||||
|
||||
pub fn print_splash() {
|
||||
println!(
|
||||
"# #
|
||||
# Welcome to the Zenyx terminal #
|
||||
# #"
|
||||
);
|
||||
println!(
|
||||
"{}",
|
||||
format!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue