X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Fdrives%2Fmotor%2Fclass_Motor.php;h=8f8b61f51404a34509d4bace8069bc6c0e000f72;hp=e347c06293a9124ad5d7094e256be1fe12286658;hb=efba981c9bf18c733dfde945b09111ff4b6007ce;hpb=ed7ca64368d512574efeda0f6b8d8e970d41aa1d diff --git a/application/ship-simu/main/drives/motor/class_Motor.php b/application/ship-simu/main/drives/motor/class_Motor.php index e347c06..8f8b61f 100644 --- a/application/ship-simu/main/drives/motor/class_Motor.php +++ b/application/ship-simu/main/drives/motor/class_Motor.php @@ -42,13 +42,6 @@ class Motor extends BaseDrive implements TradeableItem, ConstructableShipPart { // Get new instance $motorInstance = new Motor(); - // Debug message - if ((defined('DEBUG_DRIVE')) || (defined('DEBUG_ALL'))) $motorInstance->getDebugInstance()->output(sprintf("[%s:%d] Motor %s wird gebaut...", - __CLASS__, - __LINE__, - $descr - )); - // Beschreibung und Abmasse setzen $motorInstance->setObjectDescription($descr); $motorInstance->setWidth($w);