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:
parent
f8a56a1640
commit
397b4a22bb
@ -341,7 +341,6 @@ async function loadPluginConfig(fileInfo) {
|
||||
function loadNodeSet(node) {
|
||||
if (!node.enabled) {
|
||||
return Promise.resolve(node);
|
||||
} else {
|
||||
}
|
||||
try {
|
||||
var loadPromise = null;
|
||||
|
Loading…
Reference in New Issue
Block a user