1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Remove dead else

This commit is contained in:
Håkon Løvdal 2023-09-16 19:44:09 +02:00
parent f8a56a1640
commit 397b4a22bb

View File

@ -341,7 +341,6 @@ async function loadPluginConfig(fileInfo) {
function loadNodeSet(node) {
if (!node.enabled) {
return Promise.resolve(node);
} else {
}
try {
var loadPromise = null;