diff --git a/src/routes/Board/Board.js b/src/routes/Board/Board.js index 111317e4d..feb30a9be 100644 --- a/src/routes/Board/Board.js +++ b/src/routes/Board/Board.js @@ -1,34 +1,10 @@ import React, { PureComponent } from 'react'; -import { UserPanel } from 'stremio-common'; class Board extends PureComponent { - constructor(props) { - super(props); - - // this.aggregator = new Catalogs(addons.addons); - - this.state = { - catalogs: [] - }; - } - - componentDidMount() { - // this.aggregator.evs.addListener('updated', this.onCatalogsUpdated); - // this.aggregator.run(); - } - - componentWillUnmount() { - // this.aggregator.evs.removeListener('updated', this.onCatalogsUpdated); - } - - onCatalogsUpdated = () => { - // this.setState({ catalogs: this.aggregator.results.slice() }); - } - render() { return (