aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/markit_red.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/markit_red.py b/python/markit_red.py
index e9c527d2..290a45cd 100644
--- a/python/markit_red.py
+++ b/python/markit_red.py
@@ -16,7 +16,6 @@ def request_payload(payload):
if 'Delta' in payload['report']:
path = os.path.join(path, "Deltas")
- breakpoint()
with zipfile.ZipFile(io.BytesIO(r.content)) as z:
for f in z.namelist():
if f.endswith("xml"):