Remove excessive "Skipping since already posted" logging
All checks were successful
Run Tests on Code / run-tests (push) Successful in 11s

This commit is contained in:
Neshura 2024-01-08 11:06:00 +01:00
parent 2d65a12781
commit a0ff81d582
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_part_info.as_string().as_str(),
post_lemmy_info.title.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; continue;
} }
} }