]> git.mxchange.org Git - core.git/blobdiff - framework/main/middleware/debug/class_DebugMiddleware.php
Continued:
[core.git] / framework / main / middleware / debug / class_DebugMiddleware.php
index 0f693dd57a548c3ebc92a4c0498b666745cf4904..d4ff279a0074f696ac8b25fdd2ce035922af2f5a 100644 (file)
@@ -122,15 +122,8 @@ class DebugMiddleware extends BaseMiddleware implements Registerable {
         * @throws      NullPointerException    If this->outputInstance is NULL
         */
        private function output (string $message, bool $stripTags = false) {
-               // Is the output stream set
-               //* NOISY-DEBUG: */ printf('[%s:%d]: message=%s,stripTags=%d - CALLED!' . PHP_EOL, __METHOD__, __LINE__, $message, intval($stripTags));
-               if (empty($message)) {
-                       // @TODO Initialization phase
-                       //* NOISY-DEBUG: */ printf('[%s:%d]: message is empty - EXIT!' . PHP_EOL, __METHOD__, __LINE__);
-                       return;
-               }
-
                // Get backtrace
+               //* NOISY-DEBUG: */ printf('[%s:%d]: message=%s,stripTags=%d - CALLED!' . PHP_EOL, __METHOD__, __LINE__, $message, intval($stripTags));
                $backtrace = debug_backtrace(!DEBUG_BACKTRACE_PROVIDE_OBJECT);
 
                // Is the deprecated debugOutput() or partialStub() invoked before?