remove debugging code

This commit is contained in:
Philipp Crocoll
2023-03-09 20:16:24 +01:00
parent 72cc6ff768
commit d0c041a0e2

View File

@@ -956,11 +956,6 @@ namespace Kp2aAutofillParser
private static bool IsPassword(InputField f)
{
if (f.IdEntry?.Contains("password") == true)
{
f = f;
}
InputTypes inputType = f.InputType;
return