Continued:
[core.git] / framework / main / classes / response / html / class_HtmlResponse.php
index 46f7bc3de32d5fc46b9620ae978d71adaa8e1fca..03815a9ec35488489d8006c1f85c41baaa439020 100644 (file)
@@ -54,9 +54,6 @@ class HtmlResponse extends BaseResponse implements Responseable {
                // Get a new instance
                $responseInstance = new HtmlResponse();
 
-               // Init web output instance
-               $responseInstance->initWebOutputInstance();
-
                // Return the prepared instance
                return $responseInstance;
        }