Skip to content

Commit 3822a2d

Browse files
author
Shaoliu Wu
committed
fix debug log
1 parent 282f666 commit 3822a2d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stars/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def __init__(self):
5050
self.ext_msg: Dict[str, List[str]] = {}
5151
for key in rc:
5252
code = rc[key]
53-
print(1000, code)
5453
self.ext_msg[code] = []
5554
if code == result_code.START:
5655
self.ext_msg[code].append('[*] Start to detect {call} for {target}.')
@@ -71,7 +70,6 @@ def __init__(self):
7170
self.ext_msg[code].append('[!] Target {target} connection error!')
7271
if code == result_code.FINISH:
7372
self.ext_msg[code].append('---------------- Heartless Split Line ----------------')
74-
print(1000, self.ext_msg)
7573

7674
def light_and_msg(self, dip, dport, *arg, **kwargs):
7775
self.msg(f'{dip}:{dport}', result_code.START)

0 commit comments

Comments
 (0)