@@ -122,10 +122,6 @@ export function ValidateEngineParts(potentialParts: EnginePart[], schematicsMap:
break;
}
- if (!symbolFound) {
- console.log("No symbol found for the following part:");
- Inspect(part);
- }
return validParts;