Skip to content

Commit f45f0e4

Browse files
committed
remove render()
1 parent 5045390 commit f45f0e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

debugging/book-library/script.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ let myLibrary = [];
22

33
window.addEventListener("load", function (e) {
44
populateStorage();
5-
render();
65
});
76

87
function populateStorage() {

0 commit comments

Comments
 (0)