We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d310f39 commit 37b98edCopy full SHA for 37b98ed
1 file changed
debugging/book-library/script.js
@@ -32,7 +32,6 @@ function populateStorage() {
32
}
33
34
function addBook() {
35
- console.log("Add book button clicked!");
36
37
const titleInput = document.getElementById("title");
38
const authorInput = document.getElementById("author");
0 commit comments