Debug mailer finished and debug messages removed:
[shipsimu.git] / application / ship-simu / main / structures / extended / upper / class_Bridge.php
index 7516c6695ebf6a572270877ae72525d2c164d5d2..ae3ca7d2d470aed76ff9c4986933aa2be1394bd8 100644 (file)
@@ -43,12 +43,6 @@ class Bridge extends BaseUpperStructure implements TradeableItem, ConstructableS
                // Get new instance
                $bridgeInstance = new Bridge();
 
-               // Debug message
-               if ((defined('DEBUG_MODE')) || (defined('DEBUG_ALL'))) $bridgeInstance->getDebugInstance()->output(sprintf("[%s:%d] Eine Brücke wird konstruiert...",
-                       __CLASS__,
-                       __LINE__
-               ));
-
                // Abmasse setzen
                $bridgeInstance->setWidth($width);
                $bridgeInstance->setHeight($height);