zhangyong 2 月之前
父节点
当前提交
4483d0c5b9
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/main.py

+ 0 - 1
app/main.py

@@ -50,7 +50,6 @@ async def consume_single_message(spider):
     consumer = get_consumer(topic, group)
     try:
         messages = consumer.consume_message(wait_seconds=10, batch_size=1)
-        print(messages)
         if messages:
             # 在这里消费消息,做一些数据处理分析
             for single_message in messages: