Remove accidental debug statement

This commit is contained in:
Shreya 2021-03-03 18:59:47 +05:30
parent d60ce37c5d
commit 243e077687
1 changed files with 0 additions and 1 deletions

View File

@ -181,7 +181,6 @@ class ReportService:
@staticmethod @staticmethod
def get_stolen_creds(): def get_stolen_creds():
print(f"\n\n{list(mongo.db.telemetry.find())}\n\n")
creds = [] creds = []
stolen_system_info_creds = ReportService._get_credentials_from_system_info_telems() stolen_system_info_creds = ReportService._get_credentials_from_system_info_telems()