diff --git a/js/app.js b/js/app.js
index ac6d67509..08fea20d3 100644
--- a/js/app.js
+++ b/js/app.js
@@ -44,13 +44,6 @@ var App = React.createClass({
}
});
},
- componentDidMount: function() {
- lbry.getStartNotice(function(notice) {
- if (notice) {
- alert(notice);
- }
- });
- },
render: function() {
if (this.state.viewingPage == 'home') {
var content =