manual_test_server.py: drop redundant print() calls

Change-Id: Id9c8fa9e65837822002b68d10af9c2eacb818aac
This commit is contained in:
Vadim Yanitskiy 2018-09-30 17:19:48 +07:00
parent a275d7a49d
commit 8b5c864f28
1 changed files with 0 additions and 2 deletions

View File

@ -127,5 +127,3 @@ while True:
continue
print(msg)
print(msg.msg_type)
print(type(msg))