diff --git a/public/backgrounds/background.html b/public/backgrounds/background.html
index e6561a62..cbf1a004 100644
--- a/public/backgrounds/background.html
+++ b/public/backgrounds/background.html
@@ -19,13 +19,10 @@
object-fit: cover;
}
-
-
-
-
+
diff --git a/public/backgrounds/background.js b/public/backgrounds/background.js
index 68490476..c5cdcf7b 100644
--- a/public/backgrounds/background.js
+++ b/public/backgrounds/background.js
@@ -17,7 +17,6 @@ const openDB = () => {
const readData = async () => {
const selectedBackground = localStorage.getItem('selectedBackground');
if (!selectedBackground) {
- console.log('No selected background in local storage.');
return null;
}