Kaynağa Gözat

remove print_r

朱金辉 2 yıl önce
ebeveyn
işleme
9f6a5e7547
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  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;
         }