remove test code

This commit is contained in:
Scott Pfeil 2023-05-03 12:58:22 -04:00
parent cc9a39e599
commit ff35fa5924

View File

@ -65,7 +65,7 @@ public class AlertHandler {
/// Shows an alert using the alert object.
@MainActor
public func queueAlertToShow(with alertObject: AlertObject, additionalData: [AnyHashable: Any]? = nil, delegateObject: DelegateObject? = nil) -> UIAlertController {
public func queueAlertToShow(with alertObject: AlertObject) -> UIAlertController {
// It's a greedy alert! Clear all alerts that are queued up and the one that is showing
if alertObject.isGreedy {