aboutsummaryrefslogtreecommitdiffstats
path: root/python/Dawn/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/Dawn/views.py')
-rw-r--r--python/Dawn/views.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/Dawn/views.py b/python/Dawn/views.py
index e5150954..b23f8540 100644
--- a/python/Dawn/views.py
+++ b/python/Dawn/views.py
@@ -246,7 +246,6 @@ def get_bbg_id():
sqlstr2 = "SELECT maturity, coupon FROM index_maturity WHERE index=%s and series=%s and tenor=%s"
db = get_db()
with db.cursor() as c:
- print(indextype, series)
c.execute(sqlstr1, (indextype, series, pd.datetime.today().date()))
(redcode,) = c.fetchone()
c.execute(sqlstr2, (indextype, series, tenor))