Remove excessive logging on post skipping
All checks were successful
Run Tests on Code / run-tests (push) Successful in 10s
All checks were successful
Run Tests on Code / run-tests (push) Successful in 10s
This commit is contained in:
parent
7a6ebd6381
commit
d1f1076475
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