Opps, introduced this for debugging ...
authorRoland Haeder <roland@mxchange.org>
Tue, 14 Jul 2015 21:23:35 +0000 (23:23 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 14 Jul 2015 21:23:35 +0000 (23:23 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/middleware/debug/class_DebugMiddleware.php

index 1f6c6b35df6c55633f5941213d0706c5ca1b44a1..a275de113a3b9c01ecf3a74a1af2c983d729e341 100644 (file)
@@ -62,7 +62,8 @@ class DebugMiddleware extends BaseMiddleware implements Registerable {
         * @return      $debugInstance  An instance of this middleware class
         */
        public static final function createDebugMiddleware ($outputClass, $className) {
-               die(__METHOD__.': outputClass=' . $outputClass . ',className=' . $className);
+               //* DEBUG-DIE: */ die(__METHOD__.': outputClass=' . $outputClass . ',className=' . $className);
+
                // Create an instance if this middleware
                $debugInstance = new DebugMiddleware();