diff --git a/app/src/util/onGetConfig.ts b/app/src/util/onGetConfig.ts index 4d8d91256..0fe963886 100644 --- a/app/src/util/onGetConfig.ts +++ b/app/src/util/onGetConfig.ts @@ -332,7 +332,6 @@ const initWindow = () => { document.body.classList.add("body--blur"); }); ipcRenderer.on(Constants.SIYUAN_OPENURL, (event, url) => { - console.log(event, url); if (!/^siyuan:\/\/blocks\/\d{14}-\w{7}/.test(url)) { return; }