Remove superfluous output

This commit is contained in:
Joshua Ramon Enslin 2023-11-08 00:35:17 +01:00
parent f7a92c0c4e
commit 2024733bba
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -190,7 +190,6 @@ final class MDOutputHandler {
if (self::$disable_completely === true) return;
echo $this->_verbosity;
if ($this->_verbosity < 0) return;
if (!empty($this->_log_queue)) {