Translations to english and debug messages removed (missing files added)
[shipsimu.git] / application / ship-simu / main / structures / class_BaseStructure.php
index 8620ce95d71d7544a0c26607d9ad19a32fccfdb2..ebcb4e89298df240c2ac837aadfb9fcb45a3f893 100644 (file)
@@ -30,14 +30,6 @@ class BaseStructure extends BaseSimulator {
                // 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("Schiffsstrukturen");