Skip to content

Commit 2132c95

Browse files
committed
removed unused comment
1 parent da350c1 commit 2132c95

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

debugging/book-library/script.js

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -105,21 +105,4 @@ function render() {
105105
});
106106
}
107107
}
108-
<<<<<<< HEAD
109-
=======
110-
// My website should be able to:
111108

112-
// - View a list of books that I've read
113-
// - Add books to a list of books that I've read
114-
// - Including title, author, number of pages and if I've read it
115-
// - If any of the information is missing it shouldn't add the book and should show an alert
116-
// - Remove books from my list
117-
118-
// ## Bugs to be fixed
119-
120-
// 1. Website loads but doesn't show any books => fixed
121-
// 2. Error in console when you try to add a book => fixed
122-
// 3. It uses the title name as the author name => fixed
123-
// 4. Delete button is broken =>git
124-
// 5. When I add a book that I say I've read - it saves the wrong answer =>
125-
>>>>>>> c637046 (unco changes in html)

0 commit comments

Comments
 (0)