Skip to content

Commit 4ee37b7

Browse files
committed
Remove leftover print
1 parent c9c865c commit 4ee37b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/private/StdlibCollectionUnittest/LoggingWrappers.swift.gyb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,6 @@ public struct ${Self}<
651651
public mutating func _withUnsafeMutableBufferPointerIfSupported<R>(
652652
_ body: @noescape (UnsafeMutablePointer<Iterator.Element>, Int) throws -> R
653653
) rethrows -> R? {
654-
print("Log._withUnsafeMutableBufferPointerIfSupported[selfType] += 1")
655654
Log._withUnsafeMutableBufferPointerIfSupported[selfType] += 1
656655
let result = try base._withUnsafeMutableBufferPointerIfSupported(body)
657656
if result != nil {

0 commit comments

Comments
 (0)