Translations to english and debug messages removed (missing files added)
[shipsimu.git] / application / ship-simu / main / class_BaseSimulator.php
index 0ca7a91662427f2ac832a80e48b8a89e3e066708..7910c5e24c278a37e97f23e15b5a5b33b0dc8411 100644 (file)
@@ -46,10 +46,6 @@ class BaseSimulator extends BaseFrameworkSystem {
                // Call highest constructor
                parent::__construct($class);
 
-               if ((defined('DEBUG_CORE')) && (defined('DEBUG_CONSTRUCT'))) $this->getDebugInstance()->output(sprintf("[%s:] Konstruktor erreicht.<br />\n",
-                       $this->__toString()
-               ));
-
                // Set part description and class name
                $this->setObjectDescription("Simulator-Basis-Einheit");