]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/drives/class_BaseDrive.php
Translations to english and debug messages removed (missing files added)
[shipsimu.git] / application / ship-simu / main / drives / class_BaseDrive.php
index 9e74079a7e17ebde3006fbc93b00483945aca905..1306206a811acfbabe5047446b22cee2546ac978 100644 (file)
@@ -34,14 +34,6 @@ class BaseDrive extends BaseSimulator {
                // Call parent constructor
                parent::__construct($class);
 
-               // Debug message
-               if (((defined('DEBUG_DRIVE')) || (defined('DEBUG_ALL'))) && (defined('DEBUG_CONSTRUCT'))) {
-                       $this->getDebugInstance()->output(sprintf("[%s:%d] Konstruktor erreicht.<br />\n",
-                               __CLASS__,
-                               __LINE__
-                       ));
-               }
-
                // Set description
                $this->setObjectDescription("Namenloser Antrieb");