Skip to content

Commit

Permalink
Remove requestConsent event source (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
nporter-adbe authored Feb 18, 2021
1 parent c3887d5 commit c7988ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion AEPCore/Sources/eventhub/EventSource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import Foundation
public class EventSource: NSObject {
public static let none = "com.adobe.eventSource.none"
public static let os = "com.adobe.eventSource.os"
public static let requestConsent = "com.adobe.eventSource.requestConsent"
public static let requestContent = "com.adobe.eventSource.requestContent"
public static let requestIdentity = "com.adobe.eventSource.requestIdentity"
public static let requestProfile = "com.adobe.eventSource.requestProfile"
Expand Down

0 comments on commit c7988ba

Please sign in to comment.