X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Fpersonell%2Fcompany%2Fclass_CompanyEmployee.php;h=36b97c4da1e0c1e284de68e507afe0f6b1efdeee;hp=b97f70c7d6e75e0e38ea910040ea0287729d5269;hb=d2ab4e266a9ba039dc587ffa753a55328ca34f4a;hpb=2078ef5e00b12fd44558b8d6b7eb95e4a4cee4b0 diff --git a/application/ship-simu/main/personell/company/class_CompanyEmployee.php b/application/ship-simu/main/personell/company/class_CompanyEmployee.php index b97f70c..36b97c4 100644 --- a/application/ship-simu/main/personell/company/class_CompanyEmployee.php +++ b/application/ship-simu/main/personell/company/class_CompanyEmployee.php @@ -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.
\n", - __CLASS__, - __LINE__ - )); - } - // Set description $this->setObjectDescription("Firmenangestellte(r)");