mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-13 17:20:21 +00:00
Remove console logging
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
This commit is contained in:
parent
b95eb8b8ed
commit
83bc8042ce
1 changed files with 0 additions and 2 deletions
|
|
@ -70,12 +70,10 @@ function showPassword(id) {
|
|||
}
|
||||
|
||||
form.onsubmit = submit;
|
||||
console.info(form);
|
||||
}
|
||||
|
||||
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