Remove unused code
This commit is contained in:
parent
09be36e367
commit
e0aa6e3646
2 changed files with 1 additions and 7 deletions
|
@ -2,11 +2,7 @@ import React from "react";
|
||||||
import { connect } from "react-redux";
|
import { connect } from "react-redux";
|
||||||
import { selectPageTitle } from "selectors/navigation";
|
import { selectPageTitle } from "selectors/navigation";
|
||||||
import { selectUser } from "selectors/user";
|
import { selectUser } from "selectors/user";
|
||||||
import {
|
import { doCheckUpgradeAvailable, doAlertError } from "actions/app";
|
||||||
doCheckUpgradeAvailable,
|
|
||||||
doStartUpgradeCheckTimer,
|
|
||||||
doAlertError,
|
|
||||||
} from "actions/app";
|
|
||||||
import { doRecordScroll } from "actions/navigation";
|
import { doRecordScroll } from "actions/navigation";
|
||||||
import { doFetchRewardedContent } from "actions/content";
|
import { doFetchRewardedContent } from "actions/content";
|
||||||
import App from "./view";
|
import App from "./view";
|
||||||
|
|
|
@ -33,8 +33,6 @@ class App extends React.PureComponent {
|
||||||
this.setTitleFromProps(this.props);
|
this.setTitleFromProps(this.props);
|
||||||
}
|
}
|
||||||
|
|
||||||
componentDidMount() {}
|
|
||||||
|
|
||||||
componentWillUnmount() {
|
componentWillUnmount() {
|
||||||
window.removeEventListener("scroll", this.scrollListener);
|
window.removeEventListener("scroll", this.scrollListener);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue