remove conosle.log
This commit is contained in:
parent
04e8862128
commit
6fe9be463c
@ -723,7 +723,6 @@ const baseDataProvider: SynapseDataProvider = {
|
|||||||
let total = 0;
|
let total = 0;
|
||||||
|
|
||||||
if (CACHED_MANY_REF[CACHE_KEY]) {
|
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);
|
jsonData = CACHED_MANY_REF[CACHE_KEY]["data"].slice(from, from + perPage);
|
||||||
total = CACHED_MANY_REF[CACHE_KEY]["total"];
|
total = CACHED_MANY_REF[CACHE_KEY]["total"];
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user