Improve streaming interfaces and profile loading logic
Signed-off-by: Daniel D’Aquino <daniel@daquino.me>
This commit is contained in:
@@ -110,7 +110,7 @@ enum NdbNoteLender: Sendable {
|
||||
return try self.getCopy()
|
||||
}
|
||||
catch {
|
||||
assertionFailure("Unexpected error while fetching a copy of an NdbNote: \(error.localizedDescription)")
|
||||
// assertionFailure("Unexpected error while fetching a copy of an NdbNote: \(error.localizedDescription)")
|
||||
Log.error("Unexpected error while fetching a copy of an NdbNote: %s", for: .ndb, error.localizedDescription)
|
||||
}
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user