From 76e055ab6aad9cbc314b17eeff566e1465490294 Mon Sep 17 00:00:00 2001 From: Renard Date: Mon, 16 Sep 2019 19:15:18 -0300 Subject: Linting: Quitando imports sin usar --- src/App.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/App.js') diff --git a/src/App.js b/src/App.js index 107e380..747b246 100644 --- a/src/App.js +++ b/src/App.js @@ -33,8 +33,7 @@ class App extends Component { }) .then(resource => { this.setState({ boardList: resource["boards"], isLoaded: true }); - }) - .catch(console.error); + }); } render() { -- cgit v1.2.1-18-gbd029