Browse Source

Code cleanup

Vijayakrishnan Krishnan 5 năm trước cách đây
mục cha
commit
02431d856b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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() {