summaryrefslogtreecommitdiffhomepage
path: root/app/components/Settings.js
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@codeispoetry.ru>2017-02-17 17:19:53 +0000
committerAndrej Mihajlov <and@codeispoetry.ru>2017-02-17 17:19:53 +0000
commit1e01196376bb47cb095419acb6f440f528c329c8 (patch)
treed327bf0ebf3892c173d7d0b93ad12cec670ca9ed /app/components/Settings.js
parent40c85aa2d47d587792bf7cb5024565b2419b2e36 (diff)
downloadmullvadvpn-1e01196376bb47cb095419acb6f440f528c329c8.tar.xz
mullvadvpn-1e01196376bb47cb095419acb6f440f528c329c8.zip
Clean up code
Diffstat (limited to 'app/components/Settings.js')
-rw-r--r--app/components/Settings.js1
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 });
}