diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-02-17 17:19:53 +0000 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-02-17 17:19:53 +0000 |
| commit | 1e01196376bb47cb095419acb6f440f528c329c8 (patch) | |
| tree | d327bf0ebf3892c173d7d0b93ad12cec670ca9ed /app/components/Settings.js | |
| parent | 40c85aa2d47d587792bf7cb5024565b2419b2e36 (diff) | |
| download | mullvadvpn-1e01196376bb47cb095419acb6f440f528c329c8.tar.xz mullvadvpn-1e01196376bb47cb095419acb6f440f528c329c8.zip | |
Clean up code
Diffstat (limited to 'app/components/Settings.js')
| -rw-r--r-- | app/components/Settings.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/components/Settings.js b/app/components/Settings.js index 89b70ec69f..0085cfc820 100644 --- a/app/components/Settings.js +++ b/app/components/Settings.js @@ -17,7 +17,6 @@ export default class Settings extends Component { } handleAutoSecure(isOn) { - console.log('autoSecure: ' + isOn); this.props.updateSettings({ autoSecure: isOn }); } |
