comparison client/src/components/importoverview/ApprovedGaugeMeasurementDetail.vue @ 4454:69166db6ba8a

console.log removed
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 23 Sep 2019 09:19:03 +0200
parents fd6d62b08af7
children da3fd4c3d1b5
comparison
equal deleted inserted replaced
4453:9b9f60e26b39 4454:69166db6ba8a
93 return largeLayout; 93 return largeLayout;
94 } 94 }
95 }, 95 },
96 methods: { 96 methods: {
97 toggleDiff(number) { 97 toggleDiff(number) {
98 console.log(number);
99 if (this.showDiff !== number) { 98 if (this.showDiff !== number) {
100 this.showDiff = number; 99 this.showDiff = number;
101 } else { 100 } else {
102 this.showDiff = false; 101 this.showDiff = false;
103 } 102 }