mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-12 00:30:15 +00:00
Remove console logging
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
This commit is contained in:
parent
43dc0769b2
commit
2f3149d415
1 changed files with 0 additions and 1 deletions
|
|
@ -76,7 +76,6 @@ function showPassword(id) {
|
|||
|
||||
function initForms() {
|
||||
const forms = document.querySelectorAll('form.xhr')
|
||||
console.info("Making " + forms.length + " form(s) use XHR.");
|
||||
for (const form of forms) {
|
||||
initForm(form);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue