Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiklohmann committed Nov 22, 2021
1 parent f171cfa commit 18504fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/vast/vast_threatbus/vast_threatbus.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ async def check_low_priority_support(vast: VAST):
if proc.returncode != 0:
return False
stdout, _ = await proc.communicate()
print(str(stdout), file=sys.stderr)
return "--low-priority" in str(stdout)


Expand Down

0 comments on commit 18504fb

Please sign in to comment.