aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaúl Ibarra Corretgé <s@saghul.net>2018-10-10 10:14:17 +0200
committerHristo Terezov <hristo@jitsi.org>2018-10-10 12:22:04 -0500
commitda8f51dc5167bd036c2cee3cb3d3c8d201829567 (patch)
treec49fbf35173caf5c2c24029f3152bc31b3088d37
parentbfefc2396f308ee86f5e454ddb358e477d89d74d (diff)
Remove no longer needed workaround
-rw-r--r--app/features/conference/components/Conference.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/features/conference/components/Conference.js b/app/features/conference/components/Conference.js
index a12a16b..09f819d 100644
--- a/app/features/conference/components/Conference.js
+++ b/app/features/conference/components/Conference.js
@@ -105,10 +105,6 @@ class Conference extends Component<Props, State> {
constructor() {
super();
- // External API will load an instance of babel-polyfill. Hence we
- // should remove existing babel-polyfill instance.
- delete global._babelPolyfill;
-
this.state = {
isLoading: true
};