packet lib: remove unnecessary ICMP debug message

Signed-off-by: HIYAMA Manabu <hiyama.manabu@po.ntts.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
HIYAMA Manabu 2012-11-01 12:41:56 +09:00 committed by FUJITA Tomonori
parent 552d77ee17
commit 4f7b30dad2

View File

@ -41,7 +41,6 @@ class icmp(packet_base.PacketBase):
def __init__(self, type_, code, csum, data=None):
super(icmp, self).__init__()
print 'icmp._ICMP_TYPES:', icmp._ICMP_TYPES
self.type = type_
self.code = code
self.csum = csum