]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/constructions/class_BaseConstruction.php
Translations to english and debug messages removed (missing files added)
[shipsimu.git] / application / ship-simu / main / constructions / class_BaseConstruction.php
index 24beeddd4b8ff9d5ed755db8b90e42942b1b7c49..60974e0ac4d2d840dcc65cae47d777bcb85f2d3d 100644 (file)
@@ -30,11 +30,6 @@ class BaseConstruction extends BaseSimulator {
                // Eltern-Konstrutor aufrufen
                parent::__construct($class);
 
-               // Debug message
-               if ((defined('DEBUG_CORE')) && (defined('DEBUG_CONSTRUCT'))) $this->getDebugInstance()->output(sprintf("[%s:] Konstruktor erreicht.<br />\n",
-                       $this->__toString()
-               ));
-
                // Set description
                $this->setObjectDescription("Namenlose Landkonstruktion");