reduce frontend log spam from debug messages
This commit is contained in:
parent
f42f9ee0b5
commit
87dc73d700
22 changed files with 32 additions and 32 deletions
|
|
@ -28,7 +28,7 @@ console.log('Sharkey Embed');
|
|||
//#region Embedパラメータの取得・パース
|
||||
const params = new URLSearchParams(location.search);
|
||||
const embedParams = parseEmbedParams(params);
|
||||
if (_DEV_) console.log(embedParams);
|
||||
if (_DEV_) console.debug(embedParams);
|
||||
//#endregion
|
||||
|
||||
//#region テーマ
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue