Debug mailer finished and debug messages removed:
[shipsimu.git] / application / ship-simu / main / structures / extended / cabines / ship / class_EconomyCabin.php
index ea295b78e640f55a7fef4cecca96e3b2499205d2..095162292c401b03af018eaa43bae1d0c4d92ca6 100644 (file)
@@ -42,12 +42,6 @@ class EconomyCabin extends BaseCabin implements TradeableItem, ConstructableShip
                // Get new instance
                $ecoInstance = new EconomyCabin();
 
-               // Debug message
-               if ((defined('DEBUG_CABIN')) || (defined('DEBUG_ALL'))) $ecoInstance->getDebugInstance()->output(sprintf("[%s:%d] Eine Economy-Class-Kabine wird konstruiert...",
-                       __CLASS__,
-                       __LINE__
-               ));
-
                // Abmasse extrahieren
                $ecoInstance->extractDimensions($dim);