Translations to english and debug messages removed (missing files added)
[shipsimu.git] / application / ship-simu / main / structures / extended / upper / class_Bridge.php
index 239a7170835e4eed4adc86ddbf28bcf5d19aa9b8..bbd873b892103f388d967a886b0da0648c190daa 100644 (file)
@@ -27,12 +27,6 @@ class Bridge extends BaseUpperStructure implements TradeableItem, ConstructableS
                // Call parent constructor
                parent::__construct(__CLASS__);
 
-               // Debug message
-               if (((defined('DEBUG_MODE')) || (defined('DEBUG_ALL'))) && (defined('DEBUG_CONSTRUCT'))) $this->getDebugInstance()->output(sprintf("[%s:%d] Konstruktor erreicht.<br />\n",
-                       __CLASS__,
-                       __LINE__
-               ));
-
                // Set description
                $this->setObjectDescription("Br&uuml;cke");