remove debug code

This commit is contained in:
Ron Rennick 2021-04-28 14:27:32 -03:00
parent 08599ea206
commit f7447b12fa
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ const merchant = {
},
openAllOrdersView: async () => {
console.log('all orders view url: ' + WP_ADMIN_ALL_ORDERS_VIEW );
await page.goto( WP_ADMIN_ALL_ORDERS_VIEW, {
waitUntil: 'networkidle0',
} );