Remove debug code

This commit is contained in:
Clément OUDOT 2022-05-12 18:32:31 +02:00
parent 06682bf976
commit a9092eaa3f
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ $(window).on("load", function() {
// when global checkbox is clicked
$("#globalrememberauthchoice").change(function() {
var checked = this.checked;
alert("checked " +checked);
$( 'input[name="rememberauthchoice"]' ).each(function() {
$( this ).val(checked);
});