Skip to content

Commit 07c6620

Browse files
committed
Remove redundant render() call in populateStorage (line 19) to avoid double render on load
1 parent dccb8a5 commit 07c6620

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
@@ -16,7 +16,6 @@ function populateStorage() {
1616
);
1717
myLibrary.push(book1);
1818
myLibrary.push(book2);
19-
render();
2019
}
2120
}
2221

0 commit comments

Comments
 (0)