Remove address from debugDescription
This commit is contained in:
parent
812f3e0e43
commit
041f050a4b
|
@ -22,7 +22,7 @@ extension FiberReconciler.Fiber: CustomDebugStringConvertible {
|
|||
{
|
||||
return "Text(\"\(text.storage.rawText)\")"
|
||||
}
|
||||
return "\(typeInfo?.name ?? "Unknown") \(ObjectIdentifier(self).debugDescription.split(separator: "(")[1].split(separator: ")")[0])"
|
||||
return "\(typeInfo?.name ?? "Unknown")"
|
||||
}
|
||||
|
||||
private func flush(level: Int = 0) -> String {
|
||||
|
|
Loading…
Reference in New Issue