Skip to content

Commit

Permalink
fixup! Remove some commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
nachtjasmin committed Aug 24, 2023
1 parent 3b8a490 commit eb3af08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/hovercard/hovercard_generators.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ function generateHeaderExtra(account, relationship, options) {
);
noteTextfield.placeholder = "Click to add note";

// console.log(relationship[0].note);
if (relationship[0].note != "") {
noteTextfield.textContent = relationship[0].note;
}
Expand Down

0 comments on commit eb3af08

Please sign in to comment.