forked from p15670423/monkey
Remove accidental debug statement
This commit is contained in:
parent
d60ce37c5d
commit
243e077687
|
@ -181,7 +181,6 @@ class ReportService:
|
|||
|
||||
@staticmethod
|
||||
def get_stolen_creds():
|
||||
print(f"\n\n{list(mongo.db.telemetry.find())}\n\n")
|
||||
creds = []
|
||||
|
||||
stolen_system_info_creds = ReportService._get_credentials_from_system_info_telems()
|
||||
|
|
Loading…
Reference in New Issue