Skip to content

Commit

Permalink
Remove unneeded logging statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles committed Jun 4, 2024
1 parent 4acc35f commit 9f26a08
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f26a08

Please sign in to comment.