diff --git a/src/webapp/main/src/components/seatplan/userApp/seatplanComponents/seats/rectangular.vue b/src/webapp/main/src/components/seatplan/userApp/seatplanComponents/seats/rectangular.vue index 3a78768..614c1e4 100644 --- a/src/webapp/main/src/components/seatplan/userApp/seatplanComponents/seats/rectangular.vue +++ b/src/webapp/main/src/components/seatplan/userApp/seatplanComponents/seats/rectangular.vue @@ -75,7 +75,6 @@ export default { // Size of seat at scale 1 is 32px // w & h are normalised let offsets = {}; - console.log( this.data.seatInfo ); if ( this.data.seatInfo ) { for ( let element in this.data.seatInfo.data[ this.data.sector ] ) { if ( element < this.data.seatNumbering ) { diff --git a/src/webapp/main/src/views/purchasing/OrderView.vue b/src/webapp/main/src/views/purchasing/OrderView.vue index 5219138..0a28a9e 100644 --- a/src/webapp/main/src/views/purchasing/OrderView.vue +++ b/src/webapp/main/src/views/purchasing/OrderView.vue @@ -11,22 +11,20 @@
{{ event.description }}
-Free seats: {{ event.free }} / {{ event.totalSeats }}
-{{ event.locationName }}, {{ event.dateString }}
-{{ event.description }}
+Free seats: {{ event.free }} / {{ event.totalSeats }}
+{{ event.locationName }}, {{ event.dateString }}
+