Skip to content

Commit 79a3dc0

Browse files
committed
Bug Fix - Removed Print Statement
1 parent 74085c4 commit 79a3dc0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/RecommenderTextual.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,6 @@ def count_bag(self, tweet, use_first_tf_doc):
639639
if term_frequency_document.has_key(text_word):
640640
#if text_word in term_frequency_document.keys():
641641
count += 1
642-
print("Found term:" + str(text_word))
643642
if hashtag == True:
644643
if self.termfreq_doc.get(text_word) is not None:
645644
count += (self.termfreq_doc.get(text_word) * self.hash_tag_multiplier)

0 commit comments

Comments
 (0)