1
0

reduce frontend log spam from debug messages

This commit is contained in:
Hazelnoot
2025-05-10 13:20:44 -04:00
parent f42f9ee0b5
commit 87dc73d700
22 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ function safeURIDecode(str: string): string {
const page = location.pathname.split('/')[2];
const contentId = safeURIDecode(location.pathname.split('/')[3]);
if (_DEV_) console.log(page, contentId);
if (_DEV_) console.debug(page, contentId);
const embedParams = inject(DI.embedParams, defaultEmbedParams);