diff --git a/src/Bookshelf.js b/src/Bookshelf.js
index 5e991fd..a929d87 100644
--- a/src/Bookshelf.js
+++ b/src/Bookshelf.js
@@ -4,11 +4,9 @@ class Bookshelf extends Component {
render() {
const books = this.props.books
-/*
- console.log(books.filter(function(book){
- return book.shelf === "currentlyReading"
- }))
-*/
+
+ console.log(books)
+
return (
@@ -29,7 +27,7 @@ class Bookshelf extends Component {
-
+