removed console log

This commit is contained in:
Lorenz Hilpert
2023-05-23 13:32:28 +02:00
parent 10e1db388f
commit 08b2f6cbc9

View File

@@ -644,7 +644,6 @@ export class CheckoutReviewComponent extends ComponentStore<CheckoutReviewCompon
)
.toPromise();
console.log('response', response.filter.customertype);
this.router.navigate(['/kunde', this.applicationService.activatedProcessId, 'customer', 'search'], {
queryParams: { filter_customertype: response.filter.customertype },
});