generateUniqueId() and more useless/deprecated methods removed, code speed-up, link...
[shipsimu.git] / inc / classes / main / debug / class_DebugErrorLogOutput.php
index d20093a7139c97184a8cc970274b3c1efa734242..0d30d4f5be642f31e33ff3000bcfc1b93f6ab971 100644 (file)
@@ -30,12 +30,6 @@ class DebugErrorLogOutput extends BaseFrameworkSystem implements Debugger, Outpu
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Set description
-               $this->setObjectDescription("Debug output to error_log()");
-
-               // Create an unique ID
-               $this->generateUniqueId();
        }
 
        /**