We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 628d9d9 commit ba242d7Copy full SHA for ba242d7
nebula/core/network/messages.py
@@ -77,7 +77,6 @@ async def process_message(self, data, addr_from):
77
if not message_type:
78
logging.warning("Received message with no active field in the 'oneof'")
79
return
80
- logging.info(f"Message type received: {message_type}")
81
82
message_data = getattr(message_wrapper, message_type)
83
0 commit comments