remove the sus println
This commit is contained in:
parent
60c2ac15e7
commit
10caf581ad
1 changed files with 0 additions and 1 deletions
|
@ -36,6 +36,5 @@ pub fn init_names() -> Result<(), Error> {
|
|||
fn get_names() -> Result<Vec<Site>, Error> {
|
||||
let names_path = directories::get_names_path()?;
|
||||
let names_file = names::read_names_file(&names_path)?;
|
||||
println!("sus");
|
||||
names::load_names(names_file)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue