mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-02 16:58:30 +00:00
remove left behind debug output
This commit is contained in:
parent
af831ff13f
commit
5f8b9e5672
1 changed files with 0 additions and 2 deletions
|
@ -891,8 +891,6 @@ function UploadCollectionScene(user, password, collection, files) {
|
|||
if (nodes === null) {
|
||||
return;
|
||||
}
|
||||
console.log(i);
|
||||
console.log(nodes);
|
||||
var pending_form = nodes[i].querySelector("[name=pending]");
|
||||
var success_form = nodes[i].querySelector("[name=success]");
|
||||
var error_form = nodes[i].querySelector("[name=error]");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue