Debug mailer finished and debug messages removed:
[shipsimu.git] / application / ship-simu / main / structures / extended / decks / cargo / class_CarDeck.php
index 4977d8f17ceea9e4c204b2b517ec880efcc8b33f..4f7163d16c7795201f783928b9a493527ab49beb 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @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
  *
@@ -42,12 +42,6 @@ class CarDeck extends BaseDeck implements TradeableItem, ConstructableShipPart {
                // Get new instance
                $carInstance = new CarDeck();
 
-               // Debug message
-               if ((defined('DEBUG_DECK')) || (defined('DEBUG_ALL'))) $carInstance->getDebugInstance()->output(sprintf("[%s:%d] Ein Autodeck wird konstruiert...<br />\n",
-                       __CLASS__,
-                       __LINE__
-               ));
-
                // Abmasse extrahieren
                $carInstance->extractDimensions($dim);