Selaa lähdekoodia

Remove debugging line

ApisNecros 1 vuosi sitten
vanhempi
säilyke
cdf2b9c204
1 muutettua tiedostoa jossa 0 lisäystä ja 4 poistoa
  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;
 }