aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar haraldox <hnaumann+github@gmail.com>2018-02-08 10:25:21 +0100
committerLibravatar haraldox <hnaumann+github@gmail.com>2018-02-08 10:25:21 +0100
commit0a407dbe45502e3b35230790604ccc2302e615dd (patch)
treeb47c8aafce77813f011b1e019badc36130aad520
parentMerge branch 'develop' into fix/import-screen-toggles (diff)
downloadferdium-app-0a407dbe45502e3b35230790604ccc2302e615dd.tar.gz
ferdium-app-0a407dbe45502e3b35230790604ccc2302e615dd.tar.zst
ferdium-app-0a407dbe45502e3b35230790604ccc2302e615dd.zip
[MINOR] remove commented code
-rw-r--r--src/components/auth/Import.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/auth/Import.js b/src/components/auth/Import.js
index 9b99c4382..9ba14e768 100644
--- a/src/components/auth/Import.js
+++ b/src/components/auth/Import.js
@@ -74,9 +74,6 @@ export default class Import extends Component {
74 } 74 }
75 75
76 render() { 76 render() {
77 // if (this.form === undefined) {
78 // this.form = this.prepareForm();
79 // }
80 const { intl } = this.context; 77 const { intl } = this.context;
81 const { services, isSubmitting, inviteRoute } = this.props; 78 const { services, isSubmitting, inviteRoute } = this.props;
82 79