reduce frontend log spam from debug messages
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user