Translations to english and debug messages removed (missing files added)
[shipsimu.git] / application / ship-simu / main / drives / motor / class_Motor.php
index 699c7219d5a89037c3cd2a723036ef4aee70f92b..77e2ba9b43148fd94f5ffc92fc70ab555cceec93 100644 (file)
@@ -27,14 +27,6 @@ class Motor extends BaseDrive implements TradeableItem, ConstructableShipPart {
                // Call parent constructor
                parent::__construct(__CLASS__);
 
-               // Debug message
-               if (((defined('DEBUG_DRIVE')) || (defined('DEBUG_ALL'))) && (defined('DEBUG_CONSTRUCT'))) {
-                       $this->getDebugInstance()->output(sprintf("[%s:%d] Konstruktor erreicht.<br />\n",
-                               __CLASS__,
-                               __LINE__
-                       ));
-               }
-
                // Set description
                $this->setObjectDescription("Namenloser Motor");