Skip to content

Commit

Permalink
debug: log events as processed
Browse files Browse the repository at this point in the history
  • Loading branch information
ksedgwic committed Oct 18, 2024
1 parent 7effe41 commit 53cfce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ fn process_event(damus: &mut Damus, _subid: &str, event: &str) {
#[cfg(feature = "profiling")]
puffin::profile_function!();

//info!("processing event {}", event);
debug!("processing event {}", event);
if let Err(_err) = damus.ndb.process_event(event) {
error!("error processing event {}", event);
}
Expand Down

0 comments on commit 53cfce1

Please sign in to comment.