Skip to content

Commit

Permalink
chore: remove redundant log
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 committed Jan 30, 2024
1 parent 8123763 commit 6d2b6dd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions api/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,6 @@ where
stream_id: Option<String>,
_context: &C,
) -> Result<InterestsSortKeySortValuePostResponse, ApiError> {
debug!(
?self.network,
sort_key, sort_value, controller, "interest registration params"
);
self.store_interest(sort_key, sort_value, controller, stream_id)
.await?;
Ok(InterestsSortKeySortValuePostResponse::Success)
Expand Down

0 comments on commit 6d2b6dd

Please sign in to comment.