Skip to content

Commit

Permalink
Remove metasmoke WS logging --autopull
Browse files Browse the repository at this point in the history
  • Loading branch information
Undo1 committed Jan 6, 2017
1 parent a4c5614 commit 07ba461
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion metasmoke.py
Expand Up @@ -24,7 +24,6 @@ def init_websocket():

while True:
a = GlobalVars.metasmoke_ws.recv()
print(a)
try:
data = json.loads(a)
if "message" in data:
Expand Down

0 comments on commit 07ba461

Please sign in to comment.