Translations to english and debug messages removed (missing files added)
[shipsimu.git] / application / ship-simu / main / structures / extended / cabines / ship / class_PremierCabin.php
index 020fd14869857329c04a06b83a371e9a1cca9a52..ea9e14a38f05667c347392636e0c147a8b1f9398 100644 (file)
@@ -27,12 +27,6 @@ class PremierCabin 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("[PremierCabin:] Konstruktor erreicht.<br />\n",
-                       __CLASS__,
-                       __LINE__
-               ));
-
                // Set description
                $this->setObjectDescription("Premier-Class-Kabine");