mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Remove unneeded console logs
This commit is contained in:
@@ -159,9 +159,6 @@ const SearchRoute = () => {
|
|||||||
if (numOfItems < limit) {
|
if (numOfItems < limit) {
|
||||||
lastRow = startIndex + numOfItems;
|
lastRow = startIndex + numOfItems;
|
||||||
}
|
}
|
||||||
console.log('items', items);
|
|
||||||
console.log('numOfItems :>> ', numOfItems);
|
|
||||||
console.log('lastRow', lastRow);
|
|
||||||
|
|
||||||
params.successCallback(items, lastRow);
|
params.successCallback(items, lastRow);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user