Translations to english and debug messages removed (missing files added)
[shipsimu.git] / application / ship-simu / main / constructions / berths / class_Berth.php
index b8bd26c690c6fe09f9f2e46f91cab4b65dbbf00f..160b7bf4473818384d9b426d68c80a34029f712d 100644 (file)
@@ -30,13 +30,6 @@ class Berth extends BaseConstruction {
 
        // Konstruktor
        protected function __construct () {
-               if (((defined('DEBUG_MODE')) || (defined('DEBUG_ALL'))) && (defined('DEBUG_CONSTRUCT'))) {
-                       $this->getDebugInstance()->output(sprintf("[%s:%d] Konstruktor erreicht.<br />\n",
-                               __CLASS__,
-                               __LINE__
-                       ));
-               }
-
                // Call parent constructor
                parent::__construct(__CLASS__);