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