Explorar el Código

Remove debugging line

ApisNecros hace 1 año
padre
commit
cdf2b9c204
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      3/3_common.ts

+ 0 - 4
3/3_common.ts

@@ -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;
 }