Remove debug logs

This commit is contained in:
Foxster
2024-01-03 17:01:23 -08:00
parent ffea6c03f9
commit 16b1d3a018
3 changed files with 0 additions and 5 deletions

View File

@@ -12,7 +12,6 @@ export const MoreButton = tintColor => `
</a>`;
window.revealTruncatedText = moreButton => {
console.log(moreButton);
const textId = moreButton.parentNode.id;
const text = document.getElementById(textId);
text.style.display = "block";