]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/compressor/class_NullCompressor.php
Messages translated to english, a lot uneccessary debug messages removed
[shipsimu.git] / inc / classes / main / compressor / class_NullCompressor.php
index 74cb5d30d62d1da28bf0ecf4971898ffba30ec46..a8a570c581487ca464c9f05002e2f2576dbe13ee 100644 (file)
@@ -31,11 +31,6 @@ class NullCompressor extends BaseFrameworkSystem implements Compressor {
                // Call parent constructor!
                parent::__construct(__CLASS__);
 
                // Call parent constructor!
                parent::__construct(__CLASS__);
 
-               // Debug message
-               if (((defined('DEBUG_COMPRESSOR')) || (defined('DEBUG_ALL'))) && (defined('DEBUG_CONSTRUCT'))) $this->getDebugInstance()->output(sprintf("[%s:] Konstruktor erreicht.<br />\n",
-                       $this->__toString()
-               ));
-
                // Set description
                $this->setObjectDescription("Null-Kompressor");
 
                // Set description
                $this->setObjectDescription("Null-Kompressor");
 
@@ -96,9 +91,6 @@ class NullCompressor extends BaseFrameworkSystem implements Compressor {
         * @return      $string         Returns always "null"
         */
        public final function getCompressorExtension () {
         * @return      $string         Returns always "null"
         */
        public final function getCompressorExtension () {
-               if ((defined('DEBUG_COMPRESSOR')) || (defined('DEBUG_ALL'))) $this->getDebugInstance()->output(sprintf("[%s:] Dateierweiterung angefordert.<br />\n",
-                       $this->__toString()
-               ));
                return "null";
        }
 }
                return "null";
        }
 }