Remove superfluous output
This commit is contained in:
parent
f7a92c0c4e
commit
2024733bba
|
@ -190,7 +190,6 @@ final class MDOutputHandler {
|
||||||
|
|
||||||
if (self::$disable_completely === true) return;
|
if (self::$disable_completely === true) return;
|
||||||
|
|
||||||
echo $this->_verbosity;
|
|
||||||
if ($this->_verbosity < 0) return;
|
if ($this->_verbosity < 0) return;
|
||||||
|
|
||||||
if (!empty($this->_log_queue)) {
|
if (!empty($this->_log_queue)) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user