remove unnecessary logging

This commit is contained in:
SethBurkart123
2024-04-07 15:21:17 +10:00
parent 1292c06294
commit d861e8f85b
3 changed files with 0 additions and 5 deletions
-2
View File
@@ -92,8 +92,6 @@ function ThemeCreator() {
const urlParams = new URLSearchParams(window.location.search);
const themeID = urlParams.get('themeID');
console.log('ThemeID:', themeID);
if (themeID) {
getTheme(themeID);
}