Translations to english and debug messages removed (missing files added)
[shipsimu.git] / application / ship-simu / main / structures / extended / cabines / ship / class_LowCabin.php
index 46e9880cfe5372faec1ee46b0e8d25d7227a2bf1..4875e4f2405657ca707d68e775b1368c13b10014 100644 (file)
@@ -27,12 +27,6 @@ class LowCabin extends BaseCabin implements TradeableItem, ConstructableShipPart
                // 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("2Star-Class-Kabine");