]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/constructions/yards/class_Shipyard.php
Translations to english and debug messages removed (missing files added)
[shipsimu.git] / application / ship-simu / main / constructions / yards / class_Shipyard.php
index 29084843a2294ceb728f2a2e011ff9787e42839b..61d2500b485430bb0e85c702c6ad4caf76def60d 100644 (file)
@@ -49,14 +49,6 @@ class Shipyard extends BaseConstruction {
                // Call parent constructor
                parent::__construct(__CLASS__);
 
-               // Debug message
-               if (((defined('DEBUG_SHIPYARD')) || (defined('DEBUG_ALL'))) && (defined('DEBUG_CONSTRUCT'))) {
-                       $this->getDebugInstance()->output(sprintf("[%s:%d] Konstruktor erreicht.<br />\n",
-                               __CLASS__,
-                               __LINE__
-                       ));
-               }
-
                // Set description
                $this->setObjectDescription("Werft");