diff --git a/react-debug/src/App.js b/react-debug/src/App.js index 41ccae2..afa4815 100644 --- a/react-debug/src/App.js +++ b/react-debug/src/App.js @@ -20,7 +20,6 @@ class Album extends React.Component { ); } render() { - let {album} = this.props; let {error, media_items} = this.state; console.log(this.state); if (error !== null) {