From d37498e00079f17ab82258fb34ad9b87c19a3000 Mon Sep 17 00:00:00 2001 From: stringhandler Date: Tue, 6 Aug 2024 12:53:53 +0200 Subject: [PATCH] chore: remove hook logging --- dist-isolation/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/dist-isolation/index.js b/dist-isolation/index.js index fee73fc69..78dd47d77 100644 --- a/dist-isolation/index.js +++ b/dist-isolation/index.js @@ -1,6 +1,4 @@ window.__TAURI_ISOLATION_HOOK__ = (payload) => { - // let's not verify or modify anything, just print the content from the hook - console.log('hook', payload) // TODO: Prevent command execution // TODO: Perhaps whitelist commands return payload