Răsfoiți Sursa

Remove debugging line

ApisNecros 1 an în urmă
părinte
comite
cdf2b9c204
1 a modificat fișierele cu 0 adăugiri și 4 ștergeri
  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;
 }