Remove no longer needed workaround

This commit is contained in:
Saúl Ibarra Corretgé 2018-10-10 10:14:17 +02:00 committed by Hristo Terezov
parent bfefc2396f
commit da8f51dc51
1 changed files with 0 additions and 4 deletions

View File

@ -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
};