]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/constructions/terminals/class_Terminal.php
Translations to english and debug messages removed (missing files added)
[shipsimu.git] / application / ship-simu / main / constructions / terminals / class_Terminal.php
index 6ec76c22584cb7be5ff0b22090c3ca46f6f35262..ad0a631bc30b05db336545626e792ad775784d50 100644 (file)
@@ -27,13 +27,6 @@ class Terminal extends BaseConstruction {
 
        // Konstruktor
        protected function __construct () {
-               if (((defined('DEBUG_MODE')) || (defined('DEBUG_ALL'))) && (defined('DEBUG_CONSTRUCT'))) {
-                       $this->getDebugInstance()->output(sprintf("[%s:%d] Konstruktor erreicht.<br />\n",
-                               __CLASS__,
-                               __LINE__
-                       ));
-               }
-
                // Call parent constructor
                parent::__construct(__CLASS__);