diff --git a/webroot/js/app.js b/webroot/js/app.js index c0e8aab8e..dce2413a3 100644 --- a/webroot/js/app.js +++ b/webroot/js/app.js @@ -167,7 +167,6 @@ export default class App extends Component { }); }) .catch(error => { - this.handleNetworkingError(`Fetch extra content: ${error}`); }); }