cleanup
This commit is contained in:
parent
23d7dc7892
commit
e17e355247
1 changed files with 0 additions and 1 deletions
|
@ -948,7 +948,6 @@ export function doPurchaseList(page: number = 1, pageSize: number = PAGE_SIZE) {
|
|||
});
|
||||
|
||||
const success = (result: PurchaseListResponse) => {
|
||||
console.log('PL RESULT', result);
|
||||
return dispatch({
|
||||
type: ACTIONS.PURCHASE_LIST_COMPLETED,
|
||||
data: {
|
||||
|
|
Loading…
Reference in a new issue