Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove unused console.logs
Sebastian Martinez committed 1 year ago
commit ac550e06029ae6ac40fb804082ab9e26d25ae5c5
parent 743b7af54cba91648865b6cd9d63fa47717a7dc3
2 files changed +2 -4
modified isolation/index.js
@@ -1,5 +1,3 @@
window.__TAURI_ISOLATION_HOOK__ = payload => {
-
  // let's not verify or modify anything, just print the content from the hook
-
  console.log("hook", payload);
  return payload;
};
modified src/App.svelte
@@ -27,8 +27,8 @@

  onMount(async () => {
    if (window.__TAURI_INTERNALS__) {
-
      unlistenEvents = await listen("event", event => {
-
        console.log(event.payload);
+
      unlistenEvents = await listen("event", () => {
+
        // Add handler for incoming events
      });

      unlistenNodeEvents = await listen<boolean>("node_running", event => {