remove the sus println

This commit is contained in:
Fries 2023-07-12 23:38:39 -07:00
parent 60c2ac15e7
commit 10caf581ad
1 changed files with 0 additions and 1 deletions

View File

@ -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)
}