소스 검색

Code cleanup

Vijayakrishnan Krishnan 5 년 전
부모
커밋
02431d856b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Console/Commands/GenerateTreeCommand.php

+ 1 - 1
app/Console/Commands/GenerateTreeCommand.php

@@ -219,7 +219,7 @@ class GenController {
             $this->saveController();
             $this->saveRoutes();
             $this->saved = true;
-            $this->log();
+            // $this->log();
         }
     }
     public function saveController() {