X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Fstructures%2Fextended%2Fupper%2Fclass_Bridge.php;h=ae3ca7d2d470aed76ff9c4986933aa2be1394bd8;hp=032d2d1b3ecff014e720f6bc72eaa5fa937c1adc;hb=efba981c9bf18c733dfde945b09111ff4b6007ce;hpb=b3e47fb693fb8d40868158b0192b3392b309d97a diff --git a/application/ship-simu/main/structures/extended/upper/class_Bridge.php b/application/ship-simu/main/structures/extended/upper/class_Bridge.php index 032d2d1..ae3ca7d 100644 --- a/application/ship-simu/main/structures/extended/upper/class_Bridge.php +++ b/application/ship-simu/main/structures/extended/upper/class_Bridge.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -43,12 +43,6 @@ class Bridge extends BaseUpperStructure implements TradeableItem, ConstructableS // Get new instance $bridgeInstance = new Bridge(); - // Debug message - if ((defined('DEBUG_MODE')) || (defined('DEBUG_ALL'))) $bridgeInstance->getDebugInstance()->output(sprintf("[%s:%d] Eine Brücke wird konstruiert...", - __CLASS__, - __LINE__ - )); - // Abmasse setzen $bridgeInstance->setWidth($width); $bridgeInstance->setHeight($height);