소스 검색

:fire: log

visuddhinanda 3 년 전
부모
커밋
2ecf7ea22e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      app/Console/Commands/UpgradePaliText.php

+ 0 - 1
app/Console/Commands/UpgradePaliText.php

@@ -101,7 +101,6 @@ class UpgradePaliText extends Command
             }
 
             for ($iPar = 0; $iPar < count($title_data); $iPar++) {
-                $this->info($iPar);
                 $book = $from ;
                 $paragraph = $title_data[$iPar]["paragraph"];
                 $true_level = (int) $title_data[$iPar]["level"];