Bug 36828: Remove commented out code

Test plan:
1) Look at the patch diff and observe that the commented out code has been removed

Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Matt Blenkinsop 2024-05-10 13:18:45 +00:00 committed by Katrin Fischer
parent 274c0bee86
commit f3af09c78c
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -79,9 +79,6 @@ export default {
vm.getUsageDataProviders() vm.getUsageDataProviders()
}) })
}, },
// beforeRouteUpdate(to, from) {
// this.usage_data_provider = this.getUsageDataProviders()
// },
methods: { methods: {
async getUsageDataProviders() { async getUsageDataProviders() {
const client = APIClient.erm const client = APIClient.erm