remove undefined loadFlowLibrary call

This commit is contained in:
Hiroyasu Nishiyama 2019-12-31 20:22:13 +09:00
parent c1dae95f71
commit 1ee43113b1
1 changed files with 0 additions and 2 deletions

View File

@ -418,8 +418,6 @@ var RED = (function() {
RED.notify(RED._("palette.event.nodeUpgraded", {module:msg.module,version:msg.version}),"success");
RED.nodes.registry.setModulePendingUpdated(msg.module,msg.version);
}
// Refresh flow library to ensure any examples are updated
RED.library.loadFlowLibrary();
});
RED.comms.subscribe("event-log/#", function(topic,payload) {
var id = topic.substring(9);