X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=application%2Fship-simu%2Fmain%2Fclass_Merchant.php;h=0d4ff104cc8814ebc8a89e32e0696dde8e2c33df;hb=d2ab4e266a9ba039dc587ffa753a55328ca34f4a;hp=ce657135918dda52f1bcd184d39daae0c801c6c5;hpb=2078ef5e00b12fd44558b8d6b7eb95e4a4cee4b0;p=shipsimu.git diff --git a/application/ship-simu/main/class_Merchant.php b/application/ship-simu/main/class_Merchant.php index ce65713..0d4ff10 100644 --- a/application/ship-simu/main/class_Merchant.php +++ b/application/ship-simu/main/class_Merchant.php @@ -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.
\n", - __CLASS__, - __LINE__ - )); - } - // Set description $this->setObjectDescription("Händler");