mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
Various cleanup
This commit is contained in:
parent
c5f551e963
commit
4167af098f
7 changed files with 1 additions and 16 deletions
|
|
@ -66,8 +66,6 @@ const SearchRoute = () => {
|
|||
lastRow = startIndex + numOfItems;
|
||||
}
|
||||
|
||||
console.log('lastRow', lastRow);
|
||||
|
||||
params.successCallback(items, lastRow);
|
||||
},
|
||||
};
|
||||
|
|
@ -113,8 +111,6 @@ const SearchRoute = () => {
|
|||
lastRow = startIndex + numOfItems;
|
||||
}
|
||||
|
||||
console.log('lastRow', lastRow);
|
||||
|
||||
params.successCallback(items, lastRow);
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue