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

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