mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-14 23:44:01 +02:00
Various cleanup
This commit is contained in:
@@ -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);
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user