Reflection: remove debugging left overs

The `dump` method is not generally available.  This broke the Azure CI
which builds in release mode.
This commit is contained in:
Saleem Abdulrasool
2020-04-16 08:49:58 -07:00
parent f125d120bf
commit 01f0d09485

View File

@@ -372,8 +372,7 @@ public:
unsigned ordinal) {
// TODO: Produce a type ref for the opaque type if the underlying type isn't
// available.
opaqueDescriptor->dump();
// Try to resolve to the underlying type, if we can.
if (opaqueDescriptor->getKind() ==
Node::Kind::OpaqueTypeDescriptorSymbolicReference) {