Fix for temporary debugging

This commit is contained in:
Angelo Stavrow 2022-05-08 10:18:21 -04:00
parent bf35738957
commit aefcd0d799
No known key found for this signature in database
GPG Key ID: 1A49C7064E060EEE

View File

@ -28,7 +28,7 @@ final class WriteFreelyModel: ObservableObject {
var currentError: Error? { var currentError: Error? {
didSet { didSet {
#if DEBUG #if DEBUG
print("⚠️ currentError -> didSet \(currentError)") print("⚠️ currentError -> didSet \(currentError?.localizedDescription ?? "nil")")
print(" > hasError was: \(self.hasError)") print(" > hasError was: \(self.hasError)")
#endif #endif
DispatchQueue.main.async { DispatchQueue.main.async {