Skip to content

Commit ba242d7

Browse files
committed
message type log deleted
1 parent 628d9d9 commit ba242d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nebula/core/network/messages.py

-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ async def process_message(self, data, addr_from):
7777
if not message_type:
7878
logging.warning("Received message with no active field in the 'oneof'")
7979
return
80-
logging.info(f"Message type received: {message_type}")
8180

8281
message_data = getattr(message_wrapper, message_type)
8382

0 commit comments

Comments
 (0)