Skip to content

Commit

Permalink
chore: remove println.
Browse files Browse the repository at this point in the history
  • Loading branch information
RinChanNOWWW committed Jun 8, 2023
1 parent cd6eda7 commit d6c5409
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/source/byrbt/item.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ impl Byrbt {
.items
.into_iter()
.map(|item| {
println!("{:?}", item);
let date = item.pub_date.unwrap();
let pub_date = DateTime::parse_from_rfc2822(&date)
.unwrap()
Expand Down

0 comments on commit d6c5409

Please sign in to comment.