mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
Remove dbg!
to avoid spamming logs
This commit is contained in:
parent
8fc4e1ecfe
commit
8d12c77e26
1 changed files with 0 additions and 2 deletions
|
@ -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 a new issue