mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
remove dubug output
This commit is contained in:
parent
007bddceba
commit
e613a68274
1 changed files with 0 additions and 1 deletions
|
|
@ -320,7 +320,6 @@ $(document).ready(function () {
|
|||
OC.filePath('settings', 'ajax', 'changedisplayname.php'),
|
||||
{username:uid, displayName:$(this).val()},
|
||||
function (result) {
|
||||
console.log("come back!");
|
||||
}
|
||||
);
|
||||
input.blur();
|
||||
|
|
|
|||
Loading…
Reference in a new issue