remove timer for now

This commit is contained in:
Suresh, Kamlesh 2021-01-11 11:40:18 -05:00
parent e71f6cd7d7
commit 2bfca1cfcd

View File

@ -47,8 +47,8 @@ import Foundation
completionHandler(paramsList);
}
let dispatchAfterTime = DispatchTimeInterval.seconds(Int(timeout))
concurrentQueue.asyncAfter(deadline: .now() + dispatchAfterTime, execute: completionItem)
// let dispatchAfterTime = DispatchTimeInterval.seconds(Int(timeout))
// concurrentQueue.asyncAfter(deadline: .now() + dispatchAfterTime, execute: completionItem)
for param in paramsModelList {
group.enter()