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";

View File

@@ -97,8 +97,6 @@ import { sources } from "./common/modules/constants.js";
const navBar = document.getElementById("nav-bar");
const navBarTitle = navBar.querySelector("#title");
console.log(title.getBoundingClientRect().y);
if (title.getBoundingClientRect().y < 20) {
navBar.classList.remove("hide-border");
navBarTitle.classList.remove("hidden");

View File

@@ -84,8 +84,6 @@ main(json => {
const navBar = document.getElementById("nav-bar");
const navBarTitle = navBar.querySelector("#title");
console.log(title.getBoundingClientRect().y);
if (title.getBoundingClientRect().y < 20) {
navBar.classList.remove("hide-border");
navBarTitle.classList.remove("hidden");