]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/personell/class_SimulatorPersonell.php
Translations to english and debug messages removed (missing files added)
[shipsimu.git] / application / ship-simu / main / personell / class_SimulatorPersonell.php
index d5aa01e4c26329227d7df4d3b5485370b92b0191..d81e4b2d8ba6c256b11970b9d2e8d8cd010ab5d4 100644 (file)
@@ -40,10 +40,6 @@ class SimulatorPersonell extends BasePersonell {
                // Call parent constructor
                parent::__construct(__CLASS__);
 
-               if (((defined('DEBUG_PERSONELL')) || (defined('DEBUG_ALL'))) && (defined('DEBUG_CONSTRUCT'))) $this->getDebugInstance()->output(sprintf("[%s:] Konstruktor erreicht.<br />\n",
-                       $this->__toString()
-               ));
-
                // Set description
                $this->setObjectDescription("Simulationspersonal");