diff --git a/rerank_esmm.py b/rerank_esmm.py
index adaacfc696be47ceb49727510cd7b60d766bec28..6f070cc3fe1ddfff16c7f868c638243e08007a63 100644
--- a/rerank_esmm.py
+++ b/rerank_esmm.py
@@ -111,7 +111,6 @@ def tag_boost(cid_str, tag_list):
                     left_cids = list(set(left_cids))
                     right_cids = [i for i in cids if i not in left_cids]
                     tag_cids["right"] = right_cids
-                    print(tag_cids)
                     tag_list.append("right")
                     sort_cids = []
                     n = 0