mirror of
https://github.com/node-red/node-red.git
synced 2025-12-27 07:31:07 +01:00
Don't call eventLog anymore because it's handled in the queue
This commit is contained in:
@@ -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"), {
|
||||
|
||||
Reference in New Issue
Block a user