]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/constructions/harbors/class_Harbor.php
Translations to english and debug messages removed (missing files added)
[shipsimu.git] / application / ship-simu / main / constructions / harbors / class_Harbor.php
index e414118b714c4811de8f38a208469c5ad252a447..3bdc297b34a2e5b503c9c4004f196d794ff44404 100644 (file)
@@ -39,9 +39,6 @@ class Harbor extends BaseConstruction {
                // Call parent constructor
                parent::__construct(__CLASS__);
 
-               // Debug message
-               if (((defined('DEBUG_HARBOR')) || (defined('DEBUG_ALL'))) && (defined('DEBUG_CONSTRUCT'))) $this->getDebugInstance()->output("[Harbor:] Konstruktor erreicht.<br />\n");
-
                // Set description
                $this->setObjectDescription("Hafen");