Remove XXX

This commit is contained in:
yflory 2019-11-25 16:53:47 +01:00
parent 12f6e3b1d4
commit d8df3fd034

View File

@ -167,7 +167,6 @@ define([
if (fd.rtChannel) { if (fd.rtChannel) {
removeOwnedChannel(fd.rtChannel, function () {}); removeOwnedChannel(fd.rtChannel, function () {});
} }
// XXX fd.lastVersion to delete the encrypted cp?
} }
if (fd.lastVersion) { toClean.push(Hash.hrefToHexChannelId(fd.lastVersion)); } if (fd.lastVersion) { toClean.push(Hash.hrefToHexChannelId(fd.lastVersion)); }
if (fd.rtChannel) { toClean.push(fd.rtChannel); } if (fd.rtChannel) { toClean.push(fd.rtChannel); }