Debug mailer finished and debug messages removed:
[shipsimu.git] / application / ship-simu / main / parts / maschineroom / class_MaschineRoom.php
index f1fc00b21e25f1cce1c591ddf5ac08bc3cf2fb11..d332c5f9a364774e23499329becded88078fa13f 100644 (file)
@@ -42,12 +42,6 @@ class MaschineRoom extends BaseShipPart {
                // Get new instance
                $roomInstance = new MaschineRoom();
 
-               // Debug message
-               if ((defined('DEBUG_MODE')) || (defined('DEBUG_ALL'))) $roomInstance->getDebugInstance()->output(sprintf("[%s:%d] Ein Maschinenraum wird konstruiert.",
-                       __CLASS__,
-                       __LINE__
-               ));
-
                // Umrechnungsfaktoren setzen
                $roomInstance->setResizeFactorElement('width' , 1.3);
                $roomInstance->setResizeFactorElement('height', 1.8);