Remove accidental debug statement
This commit is contained in:
parent
d60ce37c5d
commit
243e077687
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue