visuddhinanda 2 lat temu
rodzic
commit
c400f1ce1d
1 zmienionych plików z 0 dodań i 1 usunięć
  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,