Remove excessive logging on post skipping
All checks were successful
Run Tests on Code / run-tests (push) Successful in 10s

This commit is contained in:
Neshura 2024-01-08 11:03:09 +01:00
parent 7a6ebd6381
commit d1f1076475
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -154,9 +154,6 @@ async fn handle_series(series: &SeriesConfig, communities: &HashMap<String, Comm
post_part_info.as_string().as_str(),
post_lemmy_info.title.as_str(),
) {
let message = format!("Skipping '{}' since already posted", post_lemmy_info.title);
write_info(message);
post_list.remove(index);
continue;
}
}