Skip to content

Commit 7b8db8f

Browse files
committed
Remove last vestige of printf debugging.
1 parent b945593 commit 7b8db8f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/public/core/BridgeObjectiveC.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,6 @@ public func _bridgeAnythingToObjectiveC<T>(_ x: T) -> AnyObject {
817817
if let value = wrapper.unwrap() {
818818
result = value as AnyObject
819819
} else {
820-
print("_bridgeAnythingToObjectiveC: Bridging to the null p")
821820
result = _nullPlaceholder
822821
}
823822

0 commit comments

Comments
 (0)