remove debug code

This commit is contained in:
Scott Pfeil 2023-04-21 15:45:02 -04:00
parent 33eef9ceb6
commit 369b96fdb5

View File

@ -39,9 +39,6 @@ public class AlertOperation: MVMCoreOperation {
self.alertController = alert
self.alertObject = alertObject
super.init()
MVMCoreDispatchUtility.performSyncBlock(onMainThread: {
self.alDescription = alert.description
})
}
deinit {