Remove error logged when extra info does not exist

This commit is contained in:
Gabe Kangas 2020-09-01 19:15:20 -07:00
parent 2c1caa1238
commit 2019d4a647

View file

@ -167,7 +167,6 @@ export default class App extends Component {
}); });
}) })
.catch(error => { .catch(error => {
this.handleNetworkingError(`Fetch extra content: ${error}`);
}); });
} }