Skip to content
Snippets Groups Projects
Commit c9664b33 authored by Terry Liao's avatar Terry Liao
Browse files

comment all unneed print() syntax

parent 10bbff95
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ class TweetSearchHavester():
# print(dic)
try:
p_dic = gp.data_process(dic,self.model)
print(p_dic)
# print(p_dic)
if p_dic != None:
process_db.save(p_dic)
db.save(dic)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment