Skip to content

Commit 37b98ed

Browse files
committed
Remove console log for add book button click to clean up code
1 parent d310f39 commit 37b98ed

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

debugging/book-library/script.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ function populateStorage() {
3232
}
3333

3434
function addBook() {
35-
console.log("Add book button clicked!");
3635

3736
const titleInput = document.getElementById("title");
3837
const authorInput = document.getElementById("author");

0 commit comments

Comments
 (0)