Remove some XXX

This commit is contained in:
yflory
2019-09-27 16:03:06 +02:00
parent aaed0b939e
commit 44edbf8b39
3 changed files with 1 additions and 34 deletions

View File

@@ -838,7 +838,6 @@ define([
postMessage('GET_PAD_METADATA', data, cb);
};
// XXX Teams: change the password of a pad owned by the team
common.changePadPassword = function (Crypt, Crypto, data, cb) {
var href = data.href;
var newPassword = data.password;