aboutsummaryrefslogtreecommitdiffstats
path: root/python/upload_bbh_trades.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/upload_bbh_trades.py')
-rw-r--r--python/upload_bbh_trades.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/upload_bbh_trades.py b/python/upload_bbh_trades.py
index 18b48656..69cba8df 100644
--- a/python/upload_bbh_trades.py
+++ b/python/upload_bbh_trades.py
@@ -71,7 +71,6 @@ if __name__ == "__main__":
except IntegrityError:
conn.rollback()
else:
- breakpoint()
buf = StringIO()
csvwriter = csv.writer(buf)
csvwriter.writerow(headers)