mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
Remove dbg!
to avoid spamming logs
This commit is contained in:
parent
8fc4e1ecfe
commit
8d12c77e26
@ -333,8 +333,6 @@ impl Perform for Search {
|
||||
) -> Result<SearchResponse, LemmyError> {
|
||||
let data: &Search = &self;
|
||||
|
||||
dbg!(&data);
|
||||
|
||||
match search_by_apub_id(&data.q, context).await {
|
||||
Ok(r) => return Ok(r),
|
||||
Err(e) => debug!("Failed to resolve search query as activitypub ID: {}", e),
|
||||
|
Loading…
Reference in New Issue
Block a user