Translations to english and debug messages removed (missing files added)
[shipsimu.git] / application / ship-simu / main / structures / extended / decks / cargo / class_TruckDeck.php
index e23f894015097944be1bfb1428f0522a63cd7f56..64c4b57de0770e79a96662a881e9d336696a36b3 100644 (file)
@@ -28,12 +28,6 @@ class TruckDeck extends BaseDeck implements TradeableItem, ConstructableShipPart
                // Call parent constructor
                parent::__construct(__CLASS__);
 
-               // Debug message
-               if (((defined('DEBUG_DECK')) || (defined('DEBUG_ALL'))) && (defined('DEBUG_CONSTRUCT'))) $this->getDebugInstance()->output(sprintf("[%s:%d] Konstruktor erreicht.<br />\n",
-                       __CLASS__,
-                       __LINE__
-               ));
-
                // Set description
                $this->setObjectDescription("LKW-Deck");