Remove excessive "Skipping since already posted" logging
All checks were successful
Run Tests on Code / run-tests (push) Successful in 11s
All checks were successful
Run Tests on Code / run-tests (push) Successful in 11s
This commit is contained in:
parent
2d65a12781
commit
a0ff81d582
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue