fix: remove some of the logs from the console so its more usable

This commit is contained in:
tonyaellie
2025-05-24 14:20:27 +00:00
parent 83d1ae69a0
commit 1e30dc0005
3 changed files with 28 additions and 9 deletions

View File

@@ -210,8 +210,6 @@
}))
);
console.log(headers.value);
const toggleHeader = (value: string) => {
const header = headers.value.find(h => h.value === value);
if (header) {