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:
parent
04e8862128
commit
6fe9be463c
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue