]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/structures/extended/decks/class_BaseDeck.php
Translations to english and debug messages removed (missing files added)
[shipsimu.git] / application / ship-simu / main / structures / extended / decks / class_BaseDeck.php
index 13768b8ca0780381b94bbb50ad3a0d85e5e98f4e..292d8aee2d7f2e0a7e7c26d7eb29ab73a1d45d40 100644 (file)
@@ -29,12 +29,6 @@ class BaseDeck extends BaseDeckStructure {
                // Call parent constructor
                parent::__construct($class);
 
-               // Debub message
-               if (((defined('DEBUG_DECK')) || (defined('DEBUG_ALL'))) && (defined('DEBUG_CONSTRUCT'))) $this->getDebugInstance()->output(sprintf("[%s:%d] Konstruktor erreicht.<br />\n",
-                       __CLASS__,
-                       __LINE__
-               ));
-
                // Set description
                $this->setObjectDescription("Allgemeines Deck");
        }