This commit is contained in:
2023-04-25 12:52:57 +03:00
parent e02393298a
commit 2127aad4ad

View File

@@ -30,7 +30,6 @@ class Platforms {
if (dn.indexOf(l) < 0) { if (dn.indexOf(l) < 0) {
ok = false; ok = false;
steps.print("${key} skip because of whiteList") steps.print("${key} skip because of whiteList")
break;
} }
} }
} }
@@ -38,7 +37,6 @@ class Platforms {
if (dn.indexOf(l) >= 0) { if (dn.indexOf(l) >= 0) {
ok = false; ok = false;
steps.print("${key} skip because of blackList") steps.print("${key} skip because of blackList")
break;
} }
} }
if (ok) { if (ok) {