aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/process_queue.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/process_queue.py b/python/process_queue.py
index 51f22f59..147dcad1 100644
--- a/python/process_queue.py
+++ b/python/process_queue.py
@@ -498,7 +498,6 @@ if __name__ == "__main__":
buf = generate_csv(
filter(lambda t: t["fund"] == fund, list_trades),
queue_name)
- breakpoint()
if buf is not None:
file_path = write_buffer(buf, DAILY_DIR, queue_name, fund)
else: