Pārlūkot izejas kodu

Remove debug print statement

dustin.born 7 gadi atpakaļ
vecāks
revīzija
3113f31ae5
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      code/Attack/MembersMgmtCommAttack.py

+ 0 - 1
code/Attack/MembersMgmtCommAttack.py

@@ -196,7 +196,6 @@ class MembersMgmtCommAttack(BaseAttack.BaseAttack):
 
         # create packets to write to PCAP file
         for msg in messages:
-            print(msg)
             # retrieve the source and destination configurations
             id_src, id_dst = msg.src["ID"], msg.dst["ID"]
             ip_src, ip_dst = msg.src["IP"], msg.dst["IP"]