diff --git a/www/common/outer/userObject.js b/www/common/outer/userObject.js index 7182d6ab2..384ab99c2 100644 --- a/www/common/outer/userObject.js +++ b/www/common/outer/userObject.js @@ -167,7 +167,6 @@ define([ if (fd.rtChannel) { removeOwnedChannel(fd.rtChannel, function () {}); } - // XXX fd.lastVersion to delete the encrypted cp? } if (fd.lastVersion) { toClean.push(Hash.hrefToHexChannelId(fd.lastVersion)); } if (fd.rtChannel) { toClean.push(fd.rtChannel); }