]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/companies/class_ShippingCompany.php
Translations to english and debug messages removed (missing files added)
[shipsimu.git] / application / ship-simu / main / companies / class_ShippingCompany.php
index b93efdb8efc1804cf880bf4866a5ba1aa8414d16..1dba1682a48dd4647dc26627af58786644b99097 100644 (file)
@@ -71,14 +71,6 @@ class ShippingCompany extends BaseSimulator implements Customer, ContractPartner
                // Call parent constructor
                parent::__construct(__CLASS__);
 
-               // Debug message
-               if (((defined('DEBUG_COMPANY')) || (defined('DEBUG_ALL'))) && (defined('DEBUG_CONSTRUCT'))) {
-                       $this->getDebugInstance()->output(sprintf("[%s:%d] Konstruktor erreicht.<br />\n",
-                               __CLASS__,
-                               __LINE__
-                       ));
-               }
-
                // Set description
                $this->setObjectDescription("Reederei");