remove console.log
This commit is contained in:
parent
fd67f7d7d7
commit
0024bf78d5
@ -730,7 +730,6 @@ const baseDataProvider: SynapseDataProvider = {
|
|||||||
total = res.total(json, from, perPage);
|
total = res.total(json, from, perPage);
|
||||||
if (resource === "joined_rooms") {
|
if (resource === "joined_rooms") {
|
||||||
// cache will be applied only for joined_rooms
|
// cache will be applied only for joined_rooms
|
||||||
console.log("CACHING@@@@@@@", ref.endpoint);
|
|
||||||
CACHED_MANY_REF[ref.endpoint] = { data: jsonData, total: total };
|
CACHED_MANY_REF[ref.endpoint] = { data: jsonData, total: total };
|
||||||
jsonData = jsonData.slice(from, from + perPage);
|
jsonData = jsonData.slice(from, from + perPage);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user