Debug mailer finished and debug messages removed:
[shipsimu.git] / application / ship-simu / main / structures / extended / decks / cargo / class_CarDeck.php
index f2966f9d8ff3a237f89604d51ec3ce4981d2aa3a..4f7163d16c7795201f783928b9a493527ab49beb 100644 (file)
@@ -42,12 +42,6 @@ class CarDeck extends BaseDeck implements TradeableItem, ConstructableShipPart {
                // Get new instance
                $carInstance = new CarDeck();
 
-               // Debug message
-               if ((defined('DEBUG_DECK')) || (defined('DEBUG_ALL'))) $carInstance->getDebugInstance()->output(sprintf("[%s:%d] Ein Autodeck wird konstruiert...",
-                       __CLASS__,
-                       __LINE__
-               ));
-
                // Abmasse extrahieren
                $carInstance->extractDimensions($dim);