Translations to english and debug messages removed (missing files added)
[shipsimu.git] / application / ship-simu / main / constructions / docks / class_DryDock.php
index 879786d2f873a713ac9560edc0a179d1112e1c0b..5209b569c6dd38b3e1ce5f1676d1a30a7b70eebe 100644 (file)
@@ -27,8 +27,6 @@ class DryDock extends BaseConstruction {
 
        // Konstruktor
        protected function __construct () {
-               if (((defined('DEBUG_MODE')) || (defined('DEBUG_ALL'))) && (defined('DEBUG_CONSTRUCT'))) $this->getDebugInstance()->output("[DryDock:] Konstruktor erreicht.<br />\n");
-
                // Call parent constructor
                parent::__construct(__CLASS__);