From d8df3fd034ea9748996a4e510c94224c982247ed Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 25 Nov 2019 16:53:47 +0100 Subject: [PATCH] Remove XXX --- www/common/outer/userObject.js | 1 - 1 file changed, 1 deletion(-) 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); }