]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/class_Merchant.php
Translations to english and debug messages removed (missing files added)
[shipsimu.git] / application / ship-simu / main / class_Merchant.php
index ce657135918dda52f1bcd184d39daae0c801c6c5..0d4ff104cc8814ebc8a89e32e0696dde8e2c33df 100644 (file)
@@ -36,14 +36,6 @@ class Merchant extends BaseFrameworkSystem {
                // Call parent constructor
                parent::__construct(__CLASS__);
 
-               // Debug message
-               if (((defined('DEBUG_MERCHANT')) || (defined('DEBUG_ALL'))) && (defined('DEBUG_CONSTRUCT'))) {
-                       $this->getDebugInstance()->output(sprintf("[%s:%d] Konstruktor erreicht.<br />\n",
-                               __CLASS__,
-                               __LINE__
-                       ));
-               }
-
                // Set description
                $this->setObjectDescription("H&auml;ndler");