X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Fclass_BasePersonell.php;fp=application%2Fship-simu%2Fmain%2Fclass_BasePersonell.php;h=5eb553bc8c2048b342532cc973c1e73041d7a732;hb=d2ab4e266a9ba039dc587ffa753a55328ca34f4a;hp=744c160f7bd0c99505692b2d6f611d2b2e1c3dc1;hpb=2078ef5e00b12fd44558b8d6b7eb95e4a4cee4b0;p=shipsimu.git diff --git a/application/ship-simu/main/class_BasePersonell.php b/application/ship-simu/main/class_BasePersonell.php index 744c160..5eb553b 100644 --- a/application/ship-simu/main/class_BasePersonell.php +++ b/application/ship-simu/main/class_BasePersonell.php @@ -52,9 +52,6 @@ class BasePersonell extends BaseFrameworkSystem implements Personellizer { // Call parent constructor parent::__construct($class); - // Debug message - if ((defined('DEBUG_PERSONELL')) && (defined('DEBUG_CONSTRUCT'))) $this->getDebugInstance()->output("[PersonellBase:] Konstruktor erreicht.
\n"); - // Set description $this->setObjectDescription("Personal"); }