Remove unneeded console logs
This commit is contained in:
parent
cd57142caf
commit
f58552be84
1 changed files with 0 additions and 3 deletions
|
@ -159,9 +159,6 @@ const SearchRoute = () => {
|
|||
if (numOfItems < limit) {
|
||||
lastRow = startIndex + numOfItems;
|
||||
}
|
||||
console.log('items', items);
|
||||
console.log('numOfItems :>> ', numOfItems);
|
||||
console.log('lastRow', lastRow);
|
||||
|
||||
params.successCallback(items, lastRow);
|
||||
},
|
||||
|
|
Reference in a new issue