Skip to content

Commit

Permalink
chore: remove hook logging
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Aug 6, 2024
1 parent c7745c8 commit d37498e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dist-isolation/index.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d37498e

Please sign in to comment.