clean up background.{html,js}

This commit is contained in:
SethBurkart123
2023-12-21 13:27:13 +11:00
parent e13edc5be7
commit a38ea4b5d8
2 changed files with 1 additions and 5 deletions
-1
View File
@@ -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;
}