🔇 Remove console.log from getSteps function

This commit is contained in:
Philipp Stracker 2024-10-31 16:22:07 +01:00
parent 654b2e40e9
commit a881838cf4
No known key found for this signature in database

View file

@ -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 ) {