diff --git a/src/components/board.jsx b/src/components/board.jsx index 0b5963ad..18c92cf2 100644 --- a/src/components/board.jsx +++ b/src/components/board.jsx @@ -122,8 +122,6 @@ class Board extends Component { return ( Problem loading. Is it a valid repo? And have you exceeded your number of requests? Usually happens when not logged in because GitHub limits anonymous use of their API. - {err.message} - {JSON.stringify(err)} ); }