From 68bd6d530364d09f267cf0aee9469f82b549cd80 Mon Sep 17 00:00:00 2001 From: sanish-bruno Date: Fri, 23 Jan 2026 16:24:18 +0530 Subject: [PATCH] refactor: remove outdated comments and clean up hook execution documentation --- packages/bruno-electron/src/ipc/network/index.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/packages/bruno-electron/src/ipc/network/index.js b/packages/bruno-electron/src/ipc/network/index.js index 09387c356..5cba9f95e 100644 --- a/packages/bruno-electron/src/ipc/network/index.js +++ b/packages/bruno-electron/src/ipc/network/index.js @@ -489,14 +489,6 @@ const registerNetworkIpc = (mainWindow) => { } }; - /** - * Execute all hooks using consolidated approach - * @param {object} extractedHooks - Hooks from all levels - * @param {string} hookEvent - Hook event to trigger - * @param {object} eventData - Data to pass to hook handlers - * @param {object} options - Configuration options - * @returns {Promise} Execution result or null if error - */ /** * Execute merged hooks for a specific event * @param {string} hookEvent - Hook event to trigger