Remove GV2 capability check.

This commit is contained in:
Greyson Parrelli
2022-03-09 17:01:00 -05:00
committed by Cody Henthorne
parent d13d8628b5
commit c1181478dd
20 changed files with 29 additions and 318 deletions

View File

@@ -39,7 +39,6 @@ public final class LogSectionCapabilities implements LogSection {
.append("Change Number : ").append(capabilities.isChangeNumber()).append("\n")
.append("\n")
.append("-- Global").append("\n")
.append("GV2 : ").append(self.getGroupsV2Capability()).append("\n")
.append("GV1 Migration : ").append(self.getGroupsV1MigrationCapability()).append("\n")
.append("Sender Key : ").append(self.getSenderKeyCapability()).append("\n")
.append("Announcement Groups: ").append(self.getAnnouncementGroupCapability()).append("\n")