You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Searching: Remove some debug logs.
This commit is contained in:
@@ -284,8 +284,6 @@ function combineResponses(previousSearchResult, localEvents = undefined, serverE
|
||||
response.next_batch = "cached";
|
||||
}
|
||||
|
||||
console.log("HELLOO COMBINING RESULTS", localEvents, serverEvents, response);
|
||||
|
||||
return response;
|
||||
}
|
||||
|
||||
@@ -326,8 +324,6 @@ async function combinedPagination(searchResult) {
|
||||
|
||||
const result = client._processRoomEventsSearch(searchResult, response);
|
||||
|
||||
console.log("HELLO NEW RESULT", searchResult);
|
||||
|
||||
searchResult.pendingRequest = null;
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user