Translations to english and debug messages removed (missing files added)
[shipsimu.git] / application / ship-simu / main / personell / company / class_CompanyEmployee.php
index b97f70c7d6e75e0e38ea910040ea0287729d5269..36b97c4da1e0c1e284de68e507afe0f6b1efdeee 100644 (file)
@@ -30,14 +30,6 @@ class CompanyEmployee extends SimulatorPersonell {
                // Call parent constructor
                parent::__construct(__CLASS__);
 
-               // Debug message
-               if ((((defined('DEBUG_COMPANY_EMPLOYEE')) && (defined('DEBUG_PERSONELL'))) || (defined('DEBUG_ALL'))) && (defined('DEBUG_CONSTRUCT'))) {
-                       $this->getDebugInstance()->output(sprintf("[%s:%d] Konstruktor erreicht.<br />\n",
-                               __CLASS__,
-                               __LINE__
-                       ));
-               }
-
                // Set description
                $this->setObjectDescription("Firmenangestellte(r)");