mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-15 18:20:20 +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() {
|
function initForms() {
|
||||||
const forms = document.querySelectorAll('form.xhr')
|
const forms = document.querySelectorAll('form.xhr')
|
||||||
console.info("Making " + forms.length + " form(s) use XHR.");
|
|
||||||
for (const form of forms) {
|
for (const form of forms) {
|
||||||
initForm(form);
|
initForm(form);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue