1
0
Fork 0
mirror of https://github.com/etkecc/synapse-admin.git synced 2025-03-14 10:18:32 +03:00

remove conosle.log

This commit is contained in:
Borislav Pantaleev 2025-02-07 22:00:57 +02:00 committed by Borislav Pantaleev
parent 04e8862128
commit 6fe9be463c

View file

@ -723,7 +723,6 @@ const baseDataProvider: SynapseDataProvider = {
let total = 0;
if (CACHED_MANY_REF[CACHE_KEY]) {
console.log("cached many ref", CACHED_MANY_REF[CACHE_KEY]);
jsonData = CACHED_MANY_REF[CACHE_KEY]["data"].slice(from, from + perPage);
total = CACHED_MANY_REF[CACHE_KEY]["total"];
} else {