Console.log entfernt

This commit is contained in:
Andreas Schickinger
2021-02-03 16:59:40 +01:00
parent 47bb1d948a
commit fdb52cb505

View File

@@ -173,7 +173,6 @@ export class CheckoutRefactImp implements CheckoutService {
}
}
console.log('setableTypes', setableTypes);
return setableTypes;
})
);