[-] Remove debug print

This commit is contained in:
Hykilpikonna
2021-11-24 16:03:31 -05:00
parent acd053c303
commit 00aa0a8674
-1
View File
@@ -103,7 +103,6 @@ def view_covid_tweets_pop(users: list[ProcessedUser],
# Remove outliers
print('As there are many outliers in the popularity ratio, they are removed in graphing.')
x_list = remove_outliers([f[1] for f in user_popularity])
print(x_list)
# Graph histogram
plt.title(f'COVID-related popularity ratios for {sample_name}')