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 {