]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/parts/maschineroom/class_MaschineRoom.php
Translations to english and debug messages removed (missing files added)
[shipsimu.git] / application / ship-simu / main / parts / maschineroom / class_MaschineRoom.php
index fdde3262b25f5be2f6bfffdb90edaa4083fcbc9a..1329eac9be559e139514a3ac5816816a77bdd3f4 100644 (file)
@@ -27,14 +27,6 @@ class MaschineRoom extends BaseShipPart {
                // Call parent constructor
                parent::__construct(__CLASS__);
 
                // Call parent constructor
                parent::__construct(__CLASS__);
 
-               // Debug message
-               if (((defined('DEBUG_MODE')) || (defined('DEBUG_ALL'))) && (defined('DEBUG_CONSTRUCT'))) {
-                       $this->getDebugInstance()->output(sprintf("[%s:%d] Konstruktor erreicht.<br />\n",
-                               __CLASS__,
-                               __LINE__
-                       ));
-               }
-
                // Set description
                $this->setObjectDescription("Maschinenraum");
 
                // Set description
                $this->setObjectDescription("Maschinenraum");