remove console.log

This commit is contained in:
Borislav Pantaleev 2025-02-04 23:20:14 +02:00
parent fd67f7d7d7
commit 0024bf78d5

View File

@ -730,7 +730,6 @@ const baseDataProvider: SynapseDataProvider = {
total = res.total(json, from, perPage);
if (resource === "joined_rooms") {
// cache will be applied only for joined_rooms
console.log("CACHING@@@@@@@", ref.endpoint);
CACHED_MANY_REF[ref.endpoint] = { data: jsonData, total: total };
jsonData = jsonData.slice(from, from + perPage);
}