Removed comments

pull/1353/head
ioedeveloper 3 years ago
parent 7a7822d5ca
commit c208fb9ab8
  1. 9
      apps/remix-ide/src/app/tabs/settings-tab.js

@ -60,14 +60,5 @@ module.exports = class SettingsTab extends ViewPlugin {
this.config.set('settings/matomo-analytics', isChecked)
this.useMatomoAnalytics = isChecked
this.renderComponent()
// if (isChecked) {
// this._view.useMatomoAnalytics.setAttribute('checked', '')
// this._view.useMatomoAnalyticsLabel.classList.remove('text-secondary')
// this._view.useMatomoAnalyticsLabel.classList.add('text-dark')
// } else {
// this._view.useMatomoAnalytics.removeAttribute('checked')
// this._view.useMatomoAnalyticsLabel.classList.remove('text-dark')
// this._view.useMatomoAnalyticsLabel.classList.add('text-secondary')
// }
}
}

Loading…
Cancel
Save