Skip to content

Commit 7dc7f7a

Browse files
committed
fix: remove unnecessary render call in populateStorage function
1 parent 2457257 commit 7dc7f7a

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)