Browse Source

remove print_r

朱金辉 2 năm trước cách đây
mục cha
commit
9f6a5e7547
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/Base/Controller.php

+ 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;
         }