Skip to content

Commit 2bbaaf3

Browse files
committed
Remove unnecessary comment in readingList function
1 parent d71a842 commit 2bbaaf3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sprint-3/reading-list/script.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ function readingList() {
3434

3535
newList.append(paragraph, newImage);
3636

37-
// Apply classes expected by the test
3837
if (book.alreadyRead) {
3938
newList.classList.add("read");
4039
} else {

0 commit comments

Comments
 (0)