朱金辉 2 жил өмнө
parent
commit
9f6a5e7547

+ 0 - 1
src/Base/Controller.php

@@ -215,7 +215,6 @@ abstract class Controller
      */
     protected function afterRun()
     {
-        print_r($this->response);
         if (!$this->response || !is_object($this->response)) {
             return;
         }