visuddhinanda 2 лет назад
Родитель
Сommit
c400f1ce1d
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      app/Console/Commands/ExportSentence.php

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

@@ -97,7 +97,6 @@ class ExportSentence extends Command
                                 'editor_uid','language','updated_at'])->cursor();
         foreach ($srcDb as $sent) {
             if(Str::isUuid($sent->channel_uid)){
-                Log::info('sent id'.$sent->uid);
                 $channel = ChannelApi::getById($sent->channel_uid);
                 $currData = array(
                         $sent->book_id,