Skip to content

Commit e926a14

Browse files
author
Glenn Snyder
committed
removing debug
1 parent 1510c9b commit e926a14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/client/generate_version_detail_report.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ def download_report(bd_client, location, filename, retries=args.tries):
6262
report_id = location.split("/")[-1]
6363
download_url = f"{bd_client.base_url}api/reports/{report_id}"
6464

65-
import pdb; pdb.set_trace()
6665
if retries:
6766
print("Retrieving generated report from {}".format(location))
6867
response = bd.session.get(download_url, headers={'Content-Type': 'application/zip', 'Accept':'application/zip'})

0 commit comments

Comments
 (0)