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:
parent
552d77ee17
commit
4f7b30dad2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user