Debug mailer finished and debug messages removed:
[shipsimu.git] / application / ship-simu / main / structures / extended / cabines / ship / class_LowCabin.php
index eb15261feea23c61e2bc6b907bfd41b2e8fb9229..367882872adabdc92bf0aff757d69642c18253eb 100644 (file)
@@ -42,12 +42,6 @@ class LowCabin extends BaseCabin implements TradeableItem, ConstructableShipPart
                // Get new instance
                $lowInstance = new LowCabin();
 
-               // Debug message
-               if ((defined('DEBUG_CABIN')) || (defined('DEBUG_ALL'))) $lowInstance->getDebugInstance()->output(sprintf("[%s:%d] Eine 2-Sterne-Kabine wird konstruiert...",
-                       __CLASS__,
-                       __LINE__
-               ));
-
                // Abmasse extrahieren
                $lowInstance->extractDimensions($dim);