Ver código fonte

remove print_r

朱金辉 2 anos atrás
pai
commit
9f6a5e7547
1 arquivos alterados com 0 adições e 1 exclusões
  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;
         }