Translations to english and debug messages removed (missing files added)
[shipsimu.git] / application / ship-simu / main / structures / extended / class_BaseDeckStructure.php
index 53f6a9cfdea08b63364c63872414028b435acb83..af8c74d61cc10a62603dd72604499f11f26f94b8 100644 (file)
@@ -30,14 +30,6 @@ class BaseDeckStructure extends BaseStructure {
                // Call parent constructor
                parent::__construct($class);
 
-               // Debug message
-               if (((defined('DEBUG_STRUCTURE')) || (defined('DEBUG_ALL'))) && (defined('DEBUG_CONSTRUCT'))) {
-                       $this->getDebugInstance()->output(sprintf("[%s:%d] Konstruktor erreicht.<br />\n",
-                               __CLASS__,
-                               __LINE__
-                       ));
-               }
-
                // Set description
                $this->setObjectDescription("Deckstruktur");
        }