summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoranderklander <anderklander@gmail.com>2018-01-24 16:55:55 +0100
committerErik Larkö <erik@mullvad.net>2018-01-25 14:12:44 +0100
commit4acc03a91cc4527fa8b499af3331526e1871e407 (patch)
tree3a62b824e090806641fce8ff206fe19663f85dbf
parentb4f2a0540e982587305984f540f7f8061c04b6fd (diff)
downloadmullvadvpn-4acc03a91cc4527fa8b499af3331526e1871e407.tar.xz
mullvadvpn-4acc03a91cc4527fa8b499af3331526e1871e407.zip
Update readme
and removed dead code
-rw-r--r--README.md2
-rw-r--r--app/app.android.js4
2 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index 632c006fb0..f583dba96c 100644
--- a/README.md
+++ b/README.md
@@ -135,7 +135,7 @@ it and behave accordingly.
## Quirks
-- `BABEL_ENV=development` must be used for react-native, https://github.com/facebook/react-native/issues/8723
+- `BABEL_ENV=development` [must be used for react-native](https://github.com/facebook/react-native/issues/8723)
# License
diff --git a/app/app.android.js b/app/app.android.js
index b812a2baa9..572ef83432 100644
--- a/app/app.android.js
+++ b/app/app.android.js
@@ -52,10 +52,6 @@ export default class App extends Component{
});
}
- componentWillMount() {
-
- }
-
render() {
return (
<Provider store={ store }>