From da8f51dc5167bd036c2cee3cb3d3c8d201829567 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= <s@saghul.net>
Date: Wed, 10 Oct 2018 10:14:17 +0200
Subject: [PATCH] Remove no longer needed workaround

---
 app/features/conference/components/Conference.js | 4 ----
 1 file changed, 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
         };
-- 
GitLab