remove debug code
This commit is contained in:
parent
08599ea206
commit
f7447b12fa
|
@ -62,7 +62,6 @@ const merchant = {
|
||||||
},
|
},
|
||||||
|
|
||||||
openAllOrdersView: async () => {
|
openAllOrdersView: async () => {
|
||||||
console.log('all orders view url: ' + WP_ADMIN_ALL_ORDERS_VIEW );
|
|
||||||
await page.goto( WP_ADMIN_ALL_ORDERS_VIEW, {
|
await page.goto( WP_ADMIN_ALL_ORDERS_VIEW, {
|
||||||
waitUntil: 'networkidle0',
|
waitUntil: 'networkidle0',
|
||||||
} );
|
} );
|
||||||
|
|
Loading…
Reference in New Issue