diff --git a/crates/notedeck_columns/src/timeline/timeline_units.rs b/crates/notedeck_columns/src/timeline/timeline_units.rs index 4de3e6f6..cc10e35a 100644 --- a/crates/notedeck_columns/src/timeline/timeline_units.rs +++ b/crates/notedeck_columns/src/timeline/timeline_units.rs @@ -209,7 +209,7 @@ fn to_repost<'a>( let reposted_note = match get_reposted_note(ndb, txn, &payload.note) { Some(r) => r, None => { - tracing::error!( + tracing::debug!( "Could not get reposted note for note id {}", enostr::NoteId::new(*payload.note.id()).hex() );