Skip to content

Commit

Permalink
Remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
legoktm committed Jan 18, 2024
1 parent 48ecf6f commit 80e7718
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions client/securedrop_client/sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,14 +178,6 @@ def _send_json_request(
except subprocess.TimeoutExpired as err:
raise RequestTimeoutError from err

print('>>> exit')
print(response.returncode)
print('>>> stdout')
print(response.stdout)
print(">>> stderr")
print(response.stderr)
print(">>>")

# error handling
if response.returncode != 0:
try:
Expand Down

0 comments on commit 80e7718

Please sign in to comment.