Translations to english and debug messages removed (missing files added)
[shipsimu.git] / application / ship-simu / main / ships / passenger / class_PassengerShip.php
index a581c120713946b36a54c2c7cb148b5c8303cdd4..3340a68aa632d8c94c1dfc9b6fca1c3ad64bc6d0 100644 (file)
@@ -28,14 +28,6 @@ class PassengerShip extends BaseShip implements ConstructableShip, LimitableObje
                // Eltern-Kontruktor aufrufen
                parent::__construct(__CLASS__);
 
-               // Debug message
-               if (((defined('DEBUG_SHIP')) || (defined('DEBUG_ALL'))) && (defined('DEBUG_CONSTRUCT'))) {
-                       $this->getDebugInstance()->output(sprintf("[%s:%d] Konstruktor erreicht.<br />\n",
-                               __CLASS__,
-                               __LINE__
-                       ));
-               }
-
                // Set description
                $this->setObjectDescription("Passagier-Schiff");