Skip to content

Commit

Permalink
Delete debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiXxD committed Nov 7, 2024
1 parent 3ca4eb7 commit ed6709d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/widgets/userCard/ui/userCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export class UserCardView {

const currentUser = JSON.parse(localStorage.user);
const isCurrentUser = currentUser.username === this.username;
console.log(this.username, currentUser.username, isCurrentUser);
const userCardElement = document.createElement('div');
userCardElement.classList.add('user_card');
userCardElement.innerHTML = template({ user, isCurrentUser });
Expand Down

0 comments on commit ed6709d

Please sign in to comment.