We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b945593 commit 7b8db8fCopy full SHA for 7b8db8f
stdlib/public/core/BridgeObjectiveC.swift
@@ -817,7 +817,6 @@ public func _bridgeAnythingToObjectiveC<T>(_ x: T) -> AnyObject {
817
if let value = wrapper.unwrap() {
818
result = value as AnyObject
819
} else {
820
- print("_bridgeAnythingToObjectiveC: Bridging to the null p")
821
result = _nullPlaceholder
822
}
823
0 commit comments