Translations to english and debug messages removed (missing files added)
[shipsimu.git] / application / ship-simu / main / structures / extended / cabines / ship / class_EconomyCabin.php
index 63574618785e46c40cc24b69d96cb651a06b207a..66927fb910fbc1d8523df692f9710a663f74d5ea 100644 (file)
@@ -27,14 +27,6 @@ class EconomyCabin extends BaseCabin implements TradeableItem, ConstructableShip
                // Call parent constructor
                parent::__construct(__CLASS__);
 
-               // Debug message
-               if (((defined('DEBUG_CABIN')) || (defined('DEBUG_ALL'))) && (defined('DEBUG_CONSTRUCT'))) {
-                       $this->getDebugInstance()->output(sprintf("[%s:%d] Konstruktor erreicht.<br />\n",
-                               __CLASS__,
-                               __LINE__
-                       ));
-               }
-
                // Set description
                $this->setObjectDescription("Economy-Class-Kabine");