]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/drives/motor/class_Motor.php
Debug mailer finished and debug messages removed:
[shipsimu.git] / application / ship-simu / main / drives / motor / class_Motor.php
index e347c06293a9124ad5d7094e256be1fe12286658..8f8b61f51404a34509d4bace8069bc6c0e000f72 100644 (file)
@@ -42,13 +42,6 @@ class Motor extends BaseDrive implements TradeableItem, ConstructableShipPart {
                // Get new instance
                $motorInstance = new Motor();
 
                // Get new instance
                $motorInstance = new Motor();
 
-               // Debug message
-               if ((defined('DEBUG_DRIVE')) || (defined('DEBUG_ALL'))) $motorInstance->getDebugInstance()->output(sprintf("[%s:%d] Motor <strong>%s</strong> wird gebaut...",
-                       __CLASS__,
-                       __LINE__,
-                       $descr
-               ));
-
                // Beschreibung und Abmasse setzen
                $motorInstance->setObjectDescription($descr);
                $motorInstance->setWidth($w);
                // Beschreibung und Abmasse setzen
                $motorInstance->setObjectDescription($descr);
                $motorInstance->setWidth($w);