From af35d9487c6c3794cfac179578a3f6a0d172eed9 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Mon, 9 Jan 2023 16:20:00 +0800 Subject: [PATCH] :lipstick: --- app/src/util/onGetConfig.ts | 1 - 1 file changed, 1 deletion(-) 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; }