Skip to content

Commit

Permalink
fixed the changes requested
Browse files Browse the repository at this point in the history
  • Loading branch information
prashant67690 committed Sep 28, 2024
1 parent 5031152 commit b0b9404
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion users/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ function generateUserList(
return;
}

console.log(users);
const errorTexts = document.getElementsByClassName('error-text');
Array.from(errorTexts).forEach((errorText) => {
errorText.remove();
Expand Down

0 comments on commit b0b9404

Please sign in to comment.