Translations to english and debug messages removed (missing files added)
[shipsimu.git] / application / ship-simu / main / structures / extended / cabines / ship / class_LuxuryCabin.php
index 060060e59dbd8bb747c55a0a5c27ac8087d0c3d7..19f8495d98f38336f06aff3bb761cacf074855e0 100644 (file)
@@ -27,12 +27,6 @@ class LuxuryCabin extends BaseCabin implements TradeableItem, ConstructableShipP
                // 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("Luxuskabine");