mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-06-12 21:52:40 +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;
|
my $line = shift;
|
||||||
|
|
||||||
if ($line =~ m/^\d{6}$/) {
|
if ($line =~ m/^\d{6}$/) {
|
||||||
print "GOT:$line\n";
|
|
||||||
$found = 1 if $otp eq $line;
|
$found = 1 if $otp eq $line;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user