Remove console.debug()

This commit is contained in:
Booteille 2024-12-05 11:44:39 +01:00
parent ec18a5f843
commit 3de10705ef
No known key found for this signature in database
GPG Key ID: 0AB6C6CA01272646
1 changed files with 0 additions and 2 deletions

View File

@ -84,8 +84,6 @@ document.addEventListener("DOMContentLoaded", () => {
) => { ) => {
const files = JSON.parse(localStorage.getItem(`${prefix}files`)) || []; const files = JSON.parse(localStorage.getItem(`${prefix}files`)) || [];
console.debug(serverKey);
files.push({ files.push({
name, name,
short: serverKey, short: serverKey,