]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/structures/extended/cabines/class_BaseCabin.php
Translations to english and debug messages removed (missing files added)
[shipsimu.git] / application / ship-simu / main / structures / extended / cabines / class_BaseCabin.php
index 43e8a2010824a0ee807d1b71b491cfc3bd53ea90..ede1c4ef22059c6fa6180074930f2c6474994bde 100644 (file)
@@ -27,14 +27,6 @@ class BaseCabin extends BaseCabinStructure {
                // Call parent constructor
                parent::__construct($class);
 
-               // Debug message
-               if (((defined('DEBUG_CABIN')) || (defined('DEBUG_ALL'))) && (defined('DEBUG_CONSTRUCT'))) {
-                       $this->getDebugInstance()->output(sprintf("[%s:%d] Konstruktor erreicht.<br />\n",
-                               __CLASS__,
-                               __LINE__
-                       ));
-               }
-
                // Set description
                $this->setObjectDescription("Kabine");
        }