mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-06-11 05:03:48 +00:00
remove debugging code
This commit is contained in:
parent
7b17c7cb33
commit
419880e683
@ -1243,7 +1243,6 @@ sub oath_verify_otp {
|
||||
my $line = shift;
|
||||
|
||||
if ($line =~ m/^\d{6}$/) {
|
||||
print "GOT:$line\n";
|
||||
$found = 1 if $otp eq $line;
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user