Debug mailer finished and debug messages removed:
[shipsimu.git] / application / ship-simu / main / structures / extended / upper / class_Bridge.php
index 203bb03cfb1aac57b2ed7ad6108234b492e04f8b..ae3ca7d2d470aed76ff9c4986933aa2be1394bd8 100644 (file)
@@ -4,9 +4,9 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @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
+ * @link               http://www.ship-simu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -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&uuml;cke wird konstruiert...<br />\n",
-                       __CLASS__,
-                       __LINE__
-               ));
-
                // Abmasse setzen
                $bridgeInstance->setWidth($width);
                $bridgeInstance->setHeight($height);