Remove dead else

pull/4356/head
Håkon Løvdal 2023-09-16 19:44:09 +02:00
parent e2aff8e7a6
commit 06c3ff01fd
1 changed files with 0 additions and 1 deletions

View File

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