Translations to english and debug messages removed (missing files added)
[shipsimu.git] / application / ship-simu / main / class_BasePersonell.php
index 744c160f7bd0c99505692b2d6f611d2b2e1c3dc1..5eb553bc8c2048b342532cc973c1e73041d7a732 100644 (file)
@@ -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.<br />\n");
-
                // Set description
                $this->setObjectDescription("Personal");
        }