Translations to english and debug messages removed (missing files added)
[shipsimu.git] / application / ship-simu / main / structures / extended / class_BaseCabinStructure.php
index 31253aef2942264559b8ad3e13d45a2eed416189..f38e5b7288df15d7c4fd3e875ce43e21b877fa3e 100644 (file)
@@ -37,14 +37,6 @@ class BaseCabinStructure 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("Kabinenstruktur");
        }