朱金辉 2 rokov pred
rodič
commit
9f6a5e7547
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  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;
         }