Skip to content

Commit cf3c74d

Browse files
authored
Merge pull request swiftlang#31071 from compnerd/you-have-been-dumped
Reflection: remove debugging left overs
2 parents f125d12 + 01f0d09 commit cf3c74d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/swift/Reflection/TypeRefBuilder.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,7 @@ class TypeRefBuilder {
372372
unsigned ordinal) {
373373
// TODO: Produce a type ref for the opaque type if the underlying type isn't
374374
// available.
375-
opaqueDescriptor->dump();
376-
375+
377376
// Try to resolve to the underlying type, if we can.
378377
if (opaqueDescriptor->getKind() ==
379378
Node::Kind::OpaqueTypeDescriptorSymbolicReference) {

0 commit comments

Comments
 (0)