From f14c50c20c7daf63cce02b80a66c4a2089323993 Mon Sep 17 00:00:00 2001 From: GogoVega <92022724+GogoVega@users.noreply.github.com> Date: Mon, 28 Apr 2025 21:47:35 +0200 Subject: [PATCH] Don't call `eventLog` anymore because it's handled in the queue --- .../@node-red/editor-client/src/js/ui/palette-editor.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/node_modules/@node-red/editor-client/src/js/ui/palette-editor.js b/packages/node_modules/@node-red/editor-client/src/js/ui/palette-editor.js index 70be11146..2f60ff03f 100644 --- a/packages/node_modules/@node-red/editor-client/src/js/ui/palette-editor.js +++ b/packages/node_modules/@node-red/editor-client/src/js/ui/palette-editor.js @@ -1635,8 +1635,6 @@ RED.palette.editor = (function() { notification.update(msg, notificationOptions); } - RED.eventLog.startEvent(RED._("palette.editor.confirm.button.install") + " : " + moduleName + " " + moduleVersion); - installNodeModule(moduleName, moduleVersion, undefined, function(xhr, textStatus, err) { if (err && xhr.status === 504) { notification.update(RED._("palette.editor.errors.installTimeout"), {