Translations to english and debug messages removed (missing files added)
[shipsimu.git] / application / ship-simu / main / parts / class_BaseShipPart.php
index 9f2061775b711e92bf1f9fe815fd052a918647b3..fa2776ba0e488bec2e8278c9fc01b03dc1e6a7e0 100644 (file)
@@ -30,14 +30,6 @@ class BaseShipPart extends BaseSimulator {
                // Call parent constructor
                parent::__construct($class);
 
-               // Debug message
-               if (((defined('DEBUG_SHIPPART')) || (defined('DEBUG_ALL'))) && (defined('DEBUG_CONSTRUCT'))) {
-                       $this->getDebugInstance()->output(sprintf("[%s:%d:] Kontruktor erreicht.<br />\n",
-                               __CLASS__,
-                               __LINE__
-                       ));
-               }
-
                // Beschreibung
                $this->setObjectDescription("Schiffsteil");