mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
🔇 Remove console.log from getSteps function
This commit is contained in:
parent
654b2e40e9
commit
a881838cf4
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ import StepBusiness from './StepBusiness';
|
|||
import StepProducts from './StepProducts';
|
||||
|
||||
export const getSteps = ( flags ) => {
|
||||
console.log( 'Step Flags:', flags );
|
||||
const allSteps = [ StepWelcome, StepBusiness, StepProducts ];
|
||||
|
||||
if ( ! flags.canUseCasualSelling ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue