forked from p15670423/monkey
Island: Remove misleading comment
This commit is contained in:
parent
f1b8ad373b
commit
9cc11f6a09
|
@ -7,8 +7,6 @@ logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
def format_creds_for_reporting(credentials: Sequence[Credentials]) -> Sequence[Mapping]:
|
def format_creds_for_reporting(credentials: Sequence[Credentials]) -> Sequence[Mapping]:
|
||||||
logger.info("Stolen creds generated for reporting")
|
|
||||||
|
|
||||||
formatted_creds = []
|
formatted_creds = []
|
||||||
cred_type_dict = {
|
cred_type_dict = {
|
||||||
Password: "Clear Password",
|
Password: "Clear Password",
|
||||||
|
|
Loading…
Reference in New Issue