Skip to content

Commit f4be4c1

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

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)