From 9f26a08261665d16e3a0706cb05caec5e7175329 Mon Sep 17 00:00:00 2001 From: Richard Tibbles Date: Thu, 9 May 2024 17:19:38 -0700 Subject: [PATCH] Remove unneeded logging statements. --- .../components/MeteredConnectionNotificationModal.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/kolibri-common/components/MeteredConnectionNotificationModal.vue b/packages/kolibri-common/components/MeteredConnectionNotificationModal.vue index 3943f77a039..fb20314a357 100644 --- a/packages/kolibri-common/components/MeteredConnectionNotificationModal.vue +++ b/packages/kolibri-common/components/MeteredConnectionNotificationModal.vue @@ -90,8 +90,6 @@ // if we only include one of the keys for the extra_settings object client({ method: 'GET', url: this.settingsUrl }) .then(({ data }) => { - logging.info('mounted', isMetered); - logging.info(data); this.extra_settings = data.extra_settings; this.selected = this.extra_settings.allow_download_on_metered_connection ? Options.USE_METERED