diff --git a/install/includes/interface_assets/footer.php b/install/includes/interface_assets/footer.php index b3c323b03..ec97d8478 100644 --- a/install/includes/interface_assets/footer.php +++ b/install/includes/interface_assets/footer.php @@ -4,7 +4,6 @@ $('#install_form input').each(function() { var inputId = $(this).attr('id'); if (inputId !== 'directory' && inputId !== 'websiteurl') { // do not restore directory and websiteurl for legacy reasons - console.log('Updated inputId: ', inputId); if (localStorage.getItem(inputId)) { $(this).val(localStorage.getItem(inputId)); }