Browse Source

delete debug info

xielin 5 years ago
parent
commit
93f8590978
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/Console/Commands/PostStatistics.php

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

@@ -129,7 +129,6 @@ class PostStatistics extends Command
             if(isset($logContent['add_collect_count']) && $logContent['add_collect_count']){
             if(isset($logContent['add_collect_count']) && $logContent['add_collect_count']){
                 $shareCount -= $logContent['add_collect_count'];
                 $shareCount -= $logContent['add_collect_count'];
             }
             }
-            Log::debug(date('Y-m-d H:i:s').'统计虚拟数'.$yesterdayStart.',阅读数:'.$logContent['add_pv'].'点赞数:'.$logContent['add_praise_count'].'收藏数:'.$logContent['add_collect_count'].'分享数:'.$logContent['add_collect_count']);
         }
         }
         $data['post_count'] = $postCount;
         $data['post_count'] = $postCount;
         $data['read_count'] = $readCount;
         $data['read_count'] = $readCount;