Mark CDS feature flag for removal.

This commit is contained in:
Matthew Chen 2018-09-21 09:05:33 -04:00
parent 0884598a3a
commit c0f4254599

View file

@ -7,6 +7,7 @@ import Foundation
@objc(OWSLegacyContactDiscoveryOperation)
class LegacyContactDiscoveryBatchOperation: OWSOperation {
// TODO: Remove this feature flag.
private let isCDSEnabled = true
@objc