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 c9c865c commit 4ee37b7Copy full SHA for 4ee37b7
stdlib/private/StdlibCollectionUnittest/LoggingWrappers.swift.gyb
@@ -651,7 +651,6 @@ public struct ${Self}<
651
public mutating func _withUnsafeMutableBufferPointerIfSupported<R>(
652
_ body: @noescape (UnsafeMutablePointer<Iterator.Element>, Int) throws -> R
653
) rethrows -> R? {
654
- print("Log._withUnsafeMutableBufferPointerIfSupported[selfType] += 1")
655
Log._withUnsafeMutableBufferPointerIfSupported[selfType] += 1
656
let result = try base._withUnsafeMutableBufferPointerIfSupported(body)
657
if result != nil {
0 commit comments